mirror of
https://github.com/ViViDboarder/bitwarden_rs_ldap.git
synced 2024-11-24 04:06:26 +00:00
Fix hadolint in github actions
This commit is contained in:
parent
71aa764522
commit
13760d7e6f
7
.github/workflows/cargo.yml
vendored
7
.github/workflows/cargo.yml
vendored
@ -20,9 +20,16 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
|
||||
- uses: actions/setup-python@v2
|
||||
|
||||
- name: Run pre-commit hooks
|
||||
uses: pre-commit/action@v2.0.3
|
||||
env:
|
||||
SKIP: hadolint
|
||||
|
||||
- name: Run hadolint
|
||||
uses: hadolint/hadolint-action@v1.6.0
|
||||
|
Loading…
Reference in New Issue
Block a user