Skip to content

Commit

Permalink
Sudo-ing the command
Browse files Browse the repository at this point in the history
  • Loading branch information
josegomezr committed Jan 22, 2024
1 parent 4d870f3 commit ceb1ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
- uses: actions/checkout@v4
# Note: Find an alternative for yamllint so it's not installed
# on every workflow run.
- run: apt-get update && apt-get install -y yamllint
- run: sudo apt-get update && sudo apt-get install -y yamllint
- run: yamllint -c .yamllint --strict ./

0 comments on commit ceb1ed8

Please sign in to comment.