CI Dockerfile 111ee306b0a79e74c16cf3e42cf238c969614e1d by @tim-thacker-nullify #19
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: blacksmith-4vcpu-ubuntu-2404 | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - name: hadolint | |
| uses: hadolint/hadolint-action@v3.3.0 | |
| with: | |
| failure-threshold: style |