Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
remove more flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Friedowitz committed Feb 21, 2024
1 parent bb34dd1 commit 91cce47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
id: get_ruff_version
uses: mikefarah/yq@master
with:
cmd: yq -oy '.project.optional-dependencies.ruff[0]' pyproject.toml
cmd: yq '.project.optional-dependencies.ruff[0]' 'pyproject.toml'

- name: Linting with Ruff
id: linting
Expand Down

0 comments on commit 91cce47

Please sign in to comment.