Skip to content

Use non-deprecated ignore glob in biome.json #1

Use non-deprecated ignore glob in biome.json

Use non-deprecated ignore glob in biome.json #1

Workflow file for this run

name: pre-commit
on:
push:
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Run pre-commit
uses: pre-commit/action@v3.0.1