ci: Install deps before running lints

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford
2023-01-12 16:19:07 -07:00
committed by Jeremy Soller
parent 7205f1a49e
commit f687000a4f

View File

@ -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