Skip to content

Fix pbxproj output differences (keys not sorted, extra properties) #69

Fix pbxproj output differences (keys not sorted, extra properties)

Fix pbxproj output differences (keys not sorted, extra properties) #69

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: macos-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Run tests
run: bun run test
- name: Build project
run: bun run build