...

Text file src/github.com/in-toto/in-toto-golang/.github/workflows/lint.yml

Documentation: github.com/in-toto/in-toto-golang/.github/workflows

     1on: [pull_request]
     2name: lint
     3
     4jobs:
     5  lint:
     6    name: lint
     7    runs-on: ubuntu-latest
     8    steps:
     9      - uses: actions/checkout@v3
    10      - name: golangci-lint
    11        uses: golangci/golangci-lint-action@v3
    12        with:
    13          only-new-issues: true

View as plain text