From: Jaroslav Kysela Date: Wed, 8 Jan 2025 20:57:38 +0000 (+0100) Subject: github: use ucm-validator2, use actions/checkout@v4 X-Git-Tag: v1.2.14~71 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=a03c538f5361b52f4ac2056414c58b0cf3017931;p=alsa-ucm-conf.git github: use ucm-validator2, use actions/checkout@v4 Signed-off-by: Jaroslav Kysela --- diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 725eaba..38bfcd8 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -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