Skip to content

Fix: Build is broken by test files #65

Fix: Build is broken by test files

Fix: Build is broken by test files #65

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