Skip to content

Adding VersionStream for gitlab-cng-17.8 #68087

Adding VersionStream for gitlab-cng-17.8

Adding VersionStream for gitlab-cng-17.8 #68087

Workflow file for this run

name: Lint
on:
pull_request:
branches: ['main']
permissions:
contents: read
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Harden Runner
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected]
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
# Install yam
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version: 1.23
- run: go install github.com/chainguard-dev/yam@latest
- run: ./lint.sh
- run: git diff --exit-code