Skip to content

Commit

Permalink
Add missing checkout (#37)
Browse files Browse the repository at this point in the history
`dorny/paths-filter` fails if it runs on the default branch (`main`)
with no checkout step.
  • Loading branch information
fujidaiti authored Feb 23, 2024
1 parent 25c2367 commit 2055919
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
outputs:
dart-files: ${{ steps.filter.outputs.dart-files }}
steps:
- uses: actions/checkout@v4
- uses: dorny/paths-filter@v3
id: filter
with:
Expand Down

0 comments on commit 2055919

Please sign in to comment.