Skip to content

did canvas text whatever and changed UI, but thils will probably be o… #1013

did canvas text whatever and changed UI, but thils will probably be o…

did canvas text whatever and changed UI, but thils will probably be o… #1013

Workflow file for this run

name: Code quality
permissions:
contents: read
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
quality:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Biome
uses: biomejs/setup-biome@v2
with:
version: 2.3.9
- name: Run Biome
run: biome check .