chore(deps): update registry.access.redhat.com/ubi8/ubi docker digest to 7287624 #957
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PR Check | |
on: | |
pull_request: {} | |
push: | |
branches: | |
- master | |
jobs: | |
lint: | |
name: Run static checks | |
runs-on: ubuntu-24.04 | |
steps: | |
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
- uses: docker://quay.io/cilium/image-maker:e55375ca5ccaea76dc15a0666d4f57ccd9ab89de | |
name: Run make lint | |
with: | |
entrypoint: sh | |
args: -c "git config --global --add safe.directory /github/workspace && make lint" |