Skip to content

try to recover from seed generation races #16

try to recover from seed generation races

try to recover from seed generation races #16

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm i
- run: npm run lint
#- run: npm test