Skip to content

Commit

Permalink
ci: 🎡 adding actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
fredcido committed Dec 8, 2023
1 parent c7fab54 commit 01d7337
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/bump-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
name: Bump version
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- uses: ./.github/workflows/test

- name: Generate tag
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ jobs:
name: Build and Test
runs-on: ubuntu-latest
steps:
- uses: ./.github/actions/test
- name: Checkout
uses: actions/checkout@v3
- uses: ./.github/actions/test

0 comments on commit 01d7337

Please sign in to comment.