Skip to content

Add background masks to level 2 (#56) #223

Add background masks to level 2 (#56)

Add background masks to level 2 (#56) #223

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