Skip to content

fix: allow simulations to restart from player actions #275

fix: allow simulations to restart from player actions

fix: allow simulations to restart from player actions #275

Workflow file for this run

name: Nix
on:
push:
branches:
- master
- gh-readonly-queue/master/**
pull_request:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
extra_nix_config: experimental-features = nix-command flakes
- run: nix flake check