Skip to content

Commit

Permalink
github: use ucm-validator2, use actions/checkout@v4
Browse files Browse the repository at this point in the history
Signed-off-by: Jaroslav Kysela <[email protected]>
  • Loading branch information
perexg committed Jan 8, 2025
1 parent ea7a065 commit a03c538
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,15 @@ jobs:
dnf -y upgrade
dnf -y install alsa-lib-devel python3 make
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: alsa-ucm-conf
- name: Checkout alsa-tests
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: alsa-project/alsa-tests
path: alsa-tests
- name: Validate syntax
run: |
cd alsa-tests/python/ucm-validator
make V=2 verify
- name: Validate configurations
run: |
cd alsa-tests/python/ucm-validator
make V=2 configs
cd alsa-tests/python/ucm-validator2
make configs

0 comments on commit a03c538

Please sign in to comment.