Skip to content

ci: resolve git config locking issue in GitHub Actions #15

ci: resolve git config locking issue in GitHub Actions

ci: resolve git config locking issue in GitHub Actions #15

Workflow file for this run

name: Check
on:
push:
branches: [main]
pull_request:
jobs:
lint:
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 ci .