Skip to content

Update actions/checkout action to v6 #8

Update actions/checkout action to v6

Update actions/checkout action to v6 #8

Workflow file for this run

---
name: Pull Request Tests
'on':
pull_request:
branches:
- main
- master
push:
branches:
- main
- master
jobs:
hadolint:
name: Lint Dockerfile
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Run hadolint
uses: hadolint/[email protected]
with:
dockerfile: Dockerfile
failure-threshold: warning