Skip to content

Commit 9616e0c

Browse files
committed
chore: add ruff installation step to GitHub Actions build workflow
1 parent 554cfaf commit 9616e0c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
uses: astral-sh/setup-uv@v5
4242
with:
4343
version: 0.7.8
44+
45+
- name: Install ruff
46+
run: pip install ruff
4447

4548
- name: Install AWS SAM CLI
4649
uses: aws-actions/setup-sam@v2

0 commit comments

Comments
 (0)