Skip to content

Commit

Permalink
Run yamllint on GitHub hosted runner
Browse files Browse the repository at this point in the history
The client runners do not have snap, so that they could install yq
via that way.
  • Loading branch information
JanneKiiskila committed Apr 5, 2024
1 parent 06b056c commit 09c38fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
path: "./*.log"

yamllint-snapcraft-yaml:
runs-on: client
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: sudo apt-get install yamllint
Expand Down

0 comments on commit 09c38fc

Please sign in to comment.