Skip to content

Merge pull request #210 from openscan-explorer/dev #339

Merge pull request #210 from openscan-explorer/dev

Merge pull request #210 from openscan-explorer/dev #339

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 .