Skip to content

Commit

Permalink
fix: install yq
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Oct 23, 2024
1 parent fe730b7 commit edf4a46
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install yq
run: |
pip3 install yq
yq --version
- name: Generate test combinations
working-directory: .github/tests
run: ./combine-ymls.sh
Expand Down

0 comments on commit edf4a46

Please sign in to comment.