Skip to content

Commit ed518eb

Browse files
committed
Add checkout action
1 parent cbe37b1 commit ed518eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_run_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12+
- uses: actions/checkout@v4
1213
- name: Print basic job parameters
1314
run: |
1415
echo "🎉 Job triggered by ${{ github.event_name }} event."

0 commit comments

Comments
 (0)