Skip to content

Merge pull request #72 from Infinite-Sum-Games/fix_past_edition_page #8

Merge pull request #72 from Infinite-Sum-Games/fix_past_edition_page

Merge pull request #72 from Infinite-Sum-Games/fix_past_edition_page #8

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: latest
- name: Run Biome
run: biome ci .