Skip to content

chore: switch to an XcodeGen project file #149

chore: switch to an XcodeGen project file

chore: switch to an XcodeGen project file #149

Workflow file for this run

name: ci
on:
pull_request:
paths-ignore:
- "README.md"
push:
branches:
- main
paths-ignore:
- "README.md"
permissions:
contents: read
jobs:
test:
name: test
runs-on: ${{ github.repository_owner == 'coder' && 'depot-macos-latest' || 'macos-latest'}}
steps:
- name: Hardened Checkout with devshell
uses: ./.github/actions/harden-checkout-devshell
- run: make
- run: make test
format:
name: fmt
runs-on: ${{ github.repository_owner == 'coder' && 'depot-macos-latest' || 'macos-latest'}}
steps:
- name: Hardened Checkout with devshell
uses: ./.github/actions/harden-checkout-devshell
- run: make fmt
lint:
name: lint
runs-on: ${{ github.repository_owner == 'coder' && 'depot-macos-latest' || 'macos-latest'}}
steps:
- name: Hardened Checkout with devshell
uses: ./.github/actions/harden-checkout-devshell
- run: make lint