Skip to content

Update lint.yaml

Update lint.yaml #1

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
name: Lint
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: biomejs/setup-biome@v1
with:
version: latest
- uses: actions/checkout@v3
- run: biome ci .