Skip to content

Commit

Permalink
gh-actions: Update workflow to use Makefile target.
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Conrad <philipaconrad@gmail.com>
  • Loading branch information
philipaconrad committed Jan 10, 2024
1 parent 9125429 commit e7f87ac
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,12 @@ jobs:
name: YAML Lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4

- name: Install yamllint
run: pip install yamllint
- name: Check out code
uses: actions/checkout@v4

- name: Lint YAML files
run: yamllint ./test/cases/testdata/
- name: YAML Style and Lint Check
run: make check-yaml-tests
timeout-minutes: 30

wasm:
name: WASM
Expand Down

0 comments on commit e7f87ac

Please sign in to comment.