Skip to content

Merge pull request #102 from Infinite-Sum-Games/chore/add-tech-icons #17

Merge pull request #102 from Infinite-Sum-Games/chore/add-tech-icons

Merge pull request #102 from Infinite-Sum-Games/chore/add-tech-icons #17

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 .