Skip to content

Commit

Permalink
feat: Build Nix shell in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
l0b0 committed Sep 29, 2021
1 parent 276b81b commit b0d55f0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,10 @@ jobs:
steps:
- uses: linz/action-typescript@v1
- run: yarn validate

build-nix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: cachix/install-nix-action@v13
- run: nix-shell --pure --run true

0 comments on commit b0d55f0

Please sign in to comment.