Skip to content

Commit

Permalink
fix: add checkout step (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
baduker authored Sep 29, 2024
1 parent 575cb6a commit 6f63698
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
outputs:
src: ${{ steps.filter.outputs.src }}
steps:
- name: Checkout the repository
- uses: actions/[email protected]
- name: Filter for Rust file changes only
uses: dorny/paths-filter@v3
id: changes
Expand Down

0 comments on commit 6f63698

Please sign in to comment.