mirror of
https://github.com/dcarrillo/docker-nginx.git
synced 2025-07-01 08:39:25 +00:00
Add linting at github actions
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -14,6 +14,12 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- name: shellcheck
|
||||
uses: ludeeus/action-shellcheck@master
|
||||
|
||||
- name: hadolint
|
||||
uses: brpaz/hadolint-action@master
|
||||
|
||||
- name: Build image
|
||||
run: ./build.sh
|
||||
|
||||
|
Reference in New Issue
Block a user