Skip to content

Specialize parsing of blocks of the same elements #29

Specialize parsing of blocks of the same elements

Specialize parsing of blocks of the same elements #29

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 develop --command elm-format --validate .
- run: nix develop --command elm-review
- run: nix develop --command elm-test