Skip to content

Commit

Permalink
fixup! Ticket #4170: implement CI via GitHub Actions
Browse files Browse the repository at this point in the history
Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
  • Loading branch information
zyv committed Jun 1, 2024
1 parent db585ec commit 5189ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
timeout-minutes: 15

steps:
- uses: actions/checkout@4
- uses: actions/checkout@v4

- name: Install dependencies
run: |
Expand Down

0 comments on commit 5189ddd

Please sign in to comment.