Skip to content

Commit

Permalink
GH Actions: add name to actions/checkout steps
Browse files Browse the repository at this point in the history
Closes #295
  • Loading branch information
generalmimon committed Apr 3, 2024
1 parent fda00d3 commit c8a2667
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ jobs:
run:
working-directory: compiler
steps:
- uses: actions/checkout@v4
- name: Checkout compiler
uses: actions/checkout@v4
with:
path: compiler
- uses: actions/checkout@v4
- name: Checkout tests
uses: actions/checkout@v4
with:
repository: kaitai-io/kaitai_struct_tests
path: tests
Expand Down

0 comments on commit c8a2667

Please sign in to comment.