Skip to content

Commit

Permalink
Updated CI workflow
Browse files Browse the repository at this point in the history
Added a step in the continuous integration workflow to checkout code using actions/checkout@v4. This will ensure that the latest version of the code is always used during the CI process.
  • Loading branch information
UnstoppableMango committed May 1, 2024
1 parent 6582947 commit 2deaac7
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 @@ -23,6 +23,8 @@ jobs:
bun:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
Expand Down

0 comments on commit 2deaac7

Please sign in to comment.