Skip to content

feat: add -t, --push-tags flag to deploy #12

feat: add -t, --push-tags flag to deploy

feat: add -t, --push-tags flag to deploy #12

Workflow file for this run

on:
pull_request:
branches:
- main
name: Lint
defaults:
run:
shell: bash
permissions:
contents: read
pull-requests: read
jobs:
lint:
name: Lint files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
only-new-issues: true