Skip to content

Commit

Permalink
fixup! ci: introduce CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Feb 9, 2024
1 parent b793dd5 commit d11f06a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
env:
MISE_JOBS: 1
- uses: actions/cache@v4
with:
path: |
Expand Down Expand Up @@ -63,6 +65,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
env:
MISE_JOBS: 1
- uses: actions/cache@v4
with:
path: |
Expand Down

0 comments on commit d11f06a

Please sign in to comment.