CI Dockerfile c481774955aa99a6eb2706b99c35e62b5e7e0eb7 by @renovate[bot] #14
Workflow file for this run
This file contains hidden or 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: CI Dockerfile | |
| on: | |
| pull_request: | |
| paths: | |
| - Dockerfile | |
| run-name: CI Dockerfile ${{ github.sha }} by @${{ github.actor }} | |
| jobs: | |
| lint: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: hadolint | |
| uses: hadolint/[email protected] | |
| with: | |
| failure-threshold: style |