Skip to content

Fix remote code execution #563

Fix remote code execution

Fix remote code execution #563

Workflow file for this run

name: Test
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: DeterminateSystems/nix-installer-action@v4
- uses: DeterminateSystems/magic-nix-cache-action@v2
- run: |
nix develop --command npm install
nix develop --command make lint
nix develop --command make test