...

Text file src/github.com/sigstore/cosign/v2/.github/workflows/whitespace.yaml

Documentation: github.com/sigstore/cosign/v2/.github/workflows

     1name: Whitespace
     2
     3on:
     4  pull_request:
     5    branches: [ 'main', 'release-*' ]
     6
     7permissions: read-all
     8
     9jobs:
    10
    11  whitespace:
    12    name: Check Whitespace
    13    runs-on: ubuntu-latest
    14
    15    steps:
    16      - name: Check out code
    17        uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
    18
    19      - uses: chainguard-dev/actions/trailing-space@84c993eaf02da1c325854fb272a4df9184bd80fc # main
    20        if: ${{ always() }}
    21
    22      - uses: chainguard-dev/actions/eof-newline@84c993eaf02da1c325854fb272a4df9184bd80fc # main
    23        if: ${{ always() }}

View as plain text