Skip to content

Use nix

Use nix #12

Workflow file for this run

name: Test
on:
pull_request:
branches: [main]
jobs:
elm-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix run -- elm-format --validate .
- run: nix run elm-review
- run: nix run elm-test