Skip to content

Commit

Permalink
ci: add missing actions/checkout@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Jul 24, 2023
1 parent dd25d9e commit 1e9d4ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
os: [ubuntu-22.04, macos-12]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix flake check
Expand Down

0 comments on commit 1e9d4ad

Please sign in to comment.