Skip to content

Update ci.yml

Update ci.yml #412

Workflow file for this run

name: CI
on:
push:
branches:
- main
paths-ignore:
- Docs/**
- README.md
- LICENSE
pull_request:
types: [opened, reopened, synchronize]
paths-ignore:
- Docs/**
- README.md
- LICENSE
workflow_dispatch:
permissions:
contents: read
env:
DEVELOPER_DIR: /Applications/Xcode_26.1.app
jobs:
build:
name: Build for ${{ matrix.project }}
runs-on: macos-15
strategy:
fail-fast: false
matrix:
project: ["production", "develop"]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build for ${{ matrix.project }}
run: make build-debug-${{ matrix.project }}
soundness:
name: Soundness
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@0.0.1
with:
api_breakage_check_enabled: false
docs_check_enabled: false
license_header_check_enabled: false
format_check_enabled:false

Check failure on line 48 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 48