ci: Install deps before running lints
Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
committed by
Jeremy Soller
parent
7205f1a49e
commit
f687000a4f
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -10,6 +10,9 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install dependencies
|
||||
run: ./scripts/deps.sh
|
||||
|
||||
- name: Check SPDX tags
|
||||
run: ./scripts/lint/01-spdx-tags.sh
|
||||
|
||||
|
Reference in New Issue
Block a user