Skip to content

Commit

Permalink
chore: Pin the version of ruff used in the CI to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
croyzor committed Mar 6, 2024
1 parent f78fcd0 commit 0171ab4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Pull Request
on:
push:
branches:
- main
- main
pull_request:
branches:
- main
Expand Down Expand Up @@ -47,6 +47,7 @@ jobs:
with:
src: "./guppylang"
args: format --check
version: 0.3.0

- name: Lint with ruff
uses: chartboost/ruff-action@v1
Expand Down

0 comments on commit 0171ab4

Please sign in to comment.