name: Lint on: push: pull_request: branches: - main workflow_dispatch: jobs: lint: name: lint module runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Lint uses: golangci/golangci-lint-action@v3 with: version: latest