Skip to content

Commit

Permalink
Added Git checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickShaw committed Jan 28, 2024
1 parent a785a36 commit db13dbf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/javascript-modules-integrity-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
#- uses: nschloe/action-cached-lfs-checkout@v1
- uses: cachix/install-nix-action@v17
- run: nix --experimental-features 'nix-command flakes' develop --command yarn install --immutable --immutable-cache --check-cache
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
#- uses: nschloe/action-cached-lfs-checkout@v1
- uses: cachix/install-nix-action@v17
- run: nix --experimental-features 'nix-command flakes' develop --command yarn install --immutable --immutable-cache
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:

steps:
#- uses: nschloe/action-cached-lfs-checkout@v1
- name: Checkout
uses: actions/checkout@v4
- uses: cachix/install-nix-action@v17
with:
extra_nix_config: |
Expand Down

0 comments on commit db13dbf

Please sign in to comment.