Skip to content

feat: add 19 missing commands, drop deprecated faction_set_ally (#22) #16

feat: add 19 missing commands, drop deprecated faction_set_ally (#22)

feat: add 19 missing commands, drop deprecated faction_set_ally (#22) #16

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Lint
run: bun run lint
- name: Unit tests
run: bun test src/version.test.ts
- name: API sync test
run: bun test src/api-sync.test.ts