Skip to content

Merge pull request #96 from Infinite-Sum-Games/feat/move-participants #16

Merge pull request #96 from Infinite-Sum-Games/feat/move-participants

Merge pull request #96 from Infinite-Sum-Games/feat/move-participants #16

Workflow file for this run

name: CI
on:
push:
branches:
- main
- 'feature/*'
pull_request:
branches:
- main
jobs:
quality:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Biome
uses: biomejs/setup-biome@v2
with:
version: 1.9.4
- name: Run Biome
run: biome ci .