Skip to content

Bump peter-evans/create-pull-request from 7.0.6 to 7.0.7 #843

Bump peter-evans/create-pull-request from 7.0.6 to 7.0.7

Bump peter-evans/create-pull-request from 7.0.6 to 7.0.7 #843

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@v6
with:
version: latest
working-directory: ${{ matrix.working-directory }}
args: --verbose