Skip to content

Expanded parser support #22

Expanded parser support

Expanded parser support #22

Workflow file for this run

name: Lint and Test
on:
push:
pull_request:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Setup Attic cache
uses: ryanccn/attic-action@v0
with:
endpoint: ${{ secrets.ATTIC_ENDPOINT }}
cache: ${{ secrets.ATTIC_CACHE }}
token: ${{ secrets.ATTIC_TOKEN }}
- run: nix develop .#pnpmBuild --command pnpm install
- run: nix develop .#pnpmBuild --command pnpm lint