Skip to content

Commit

Permalink
ci: Pin dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax committed Nov 26, 2024
1 parent 7fb7f32 commit 170a07c
Show file tree
Hide file tree
Showing 3 changed files with 1,119 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: "3.11"
- run: pip install envoy.code.check>=0.5.14
- run: pip install -r .github/workflows/requirements.txt
- run: |
envoy.code.check . -c glint shellcheck yamllint -x ".*/dist/.*"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
envoy.code.check>=0.5.14
Loading

0 comments on commit 170a07c

Please sign in to comment.