Add lint to ensure spaces are used for indentation
This commit is contained in:
committed by
Jeremy Soller
parent
4963e04a83
commit
8bdcf243ec
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -5,12 +5,14 @@ on:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
spdx:
|
||||
lint:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Check SPDX identifiers
|
||||
run: ./scripts/spdx.sh
|
||||
run: ./scripts/lint/spdx.sh
|
||||
- name: Check indentation
|
||||
run: ./scripts/lint/indent.sh
|
||||
|
||||
tool:
|
||||
strategy:
|
||||
|
Reference in New Issue
Block a user