Skip to content

refactor: migrate religions (#1299) #47

refactor: migrate religions (#1299)

refactor: migrate religions (#1299) #47

Workflow file for this run

name: Code quality
on:
push:
pull_request:
jobs:
quality:
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
with:
version: latest
- name: Run Biome
run: biome ci .