Skip to content

Improve reliability of level 1 test #71

Improve reliability of level 1 test

Improve reliability of level 1 test #71

Workflow file for this run

name: Lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
- run: yarn lint:all