github.com/google/osv-scalibr@v0.4.1/.github/workflows/lint-plugger.yml (about)

     1  name: "Linter plugger"
     2  
     3  on:
     4    push:
     5      branches: [main]
     6    pull_request:
     7      # The branches below must be a subset of the branches above
     8      branches: [main]
     9  
    10  # Restrict jobs in this workflow to have no permissions by default; permissions
    11  # should be granted per job as needed using a dedicated `permissions` block
    12  permissions: {}
    13  
    14  jobs:
    15    lint-plugger:
    16      runs-on: ubuntu-latest
    17      steps:
    18        - uses: actions/checkout@v4
    19  
    20        - uses: actions/setup-go@v5
    21          with:
    22            go-version: 1.24.x
    23  
    24        - name: Run plugger
    25          run: make lint-plugger