Skip to content

refactor(ecs): adopt explicit pair syntax and fix typos #4

refactor(ecs): adopt explicit pair syntax and fix typos

refactor(ecs): adopt explicit pair syntax and fix typos #4

Workflow file for this run

name: Testing
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Odin
uses: laytan/setup-odin@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Run Tests
run: odin test tests