diff options
author | Reiko Asakura | 2021-03-14 17:08:10 -0400 |
---|---|---|
committer | Reiko Asakura | 2021-03-14 17:10:39 -0400 |
commit | 7208cdd8dcd45d89adbeafffbd342346ace949aa (patch) | |
tree | ed7645e0babd6a54fc33402155c616bfc0e006be /.github/workflows | |
parent | Add ScePafThread functions (diff) | |
download | vds-libraries-7208cdd8dcd45d89adbeafffbd342346ace949aa.tar.gz |
Use ruamel instead of PyYAML
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/lint.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2cd117b..81051d1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -22,6 +22,10 @@ jobs: - name: Checkout uses: actions/checkout@v2 + - name: Install dependencies + run: | + pip3 install ruamel.yaml + - name: Check NIDs sort run: | python3 scripts/nids-check-sort.py |