Skip to content

Commit

Permalink
update style
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Nov 8, 2024
1 parent af83cbe commit 927b3d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
id: changed-files
uses: tj-actions/changed-files@v45
with:
files: api/**
files: |
api/**
.github/workflows/style.yml
- name: Setup Poetry and Python
if: steps.changed-files.outputs.any_changed == 'true'
Expand Down

0 comments on commit 927b3d8

Please sign in to comment.