Skip to content

ci: 🚑

ci: 🚑 #2

Workflow file for this run

name: Code quality
on:
push:
pull_request:
jobs:
quality:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Biome
uses: biomejs/setup-biome@v2
with:
version: latest
- name: Run Biome
run: biome --verison
run: biome lint

Check failure on line 19 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / Code quality

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 19, Col: 9): 'run' is already defined .github/workflows/ci.yml (Line: 20, Col: 9): 'run' is already defined
run: biome format