Fix linting issues
Some checks failed
Some checks failed
This commit is contained in:
@@ -16,6 +16,11 @@ jobs:
|
||||
with:
|
||||
ssh-key: ${{ secrets.SSH_JOHN_PRIVATE_KEY }}
|
||||
- name: Run hadolint
|
||||
uses: hadolint/hadolint-action@v3.1.0
|
||||
uses: hadolint/hadolint-action@v3.3.0
|
||||
with:
|
||||
dockerfile: ./SmartClinicManagementSystem/app/Dockerfile
|
||||
dockerfile: ./SmartClinicManagementSystem/app/Dockerfile
|
||||
output-file: hadolint.log
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: hadolint.log
|
||||
path: hadolint.log
|
||||
Reference in New Issue
Block a user