Skip to content

Commit

Permalink
add checkout action to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MJedr committed Oct 2, 2023
1 parent 279aef5 commit 7ba7844
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 @@ -17,6 +17,8 @@ jobs:
- notification-service
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use the reusable workflow
uses: ./.github/workflows/reusable-workflow.yml
with:
Expand Down

0 comments on commit 7ba7844

Please sign in to comment.