Skip to content

Bump styfle/cancel-workflow-action from 0.12.0 to 0.12.1 #470

Bump styfle/cancel-workflow-action from 0.12.0 to 0.12.1

Bump styfle/cancel-workflow-action from 0.12.0 to 0.12.1 #470

Workflow file for this run

on: [push, pull_request]
name: linter
permissions:
contents: read
pull-requests: read
jobs:
lint:
strategy:
matrix:
platform: [ubuntu-latest]
# golangci-lint will only process a single module, so we need to call it
# separately for each module in the repo.
working-directory:
- ""
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
- name: golangci-lint ${{ matrix.working-directory }}
uses: golangci/golangci-lint-action@v3
with:
version: latest
working-directory: ${{ matrix.working-directory }}
args: --verbose