Skip to content

Merge pull request #218 from MatiasOS/feat/ai-analysis-foundation #354

Merge pull request #218 from MatiasOS/feat/ai-analysis-foundation

Merge pull request #218 from MatiasOS/feat/ai-analysis-foundation #354

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v5
with:
persist-credentials: false
- name: Setup Biome
uses: biomejs/setup-biome@v2
- name: Run Biome
run: biome ci .