Skip to content

add GitHub workflow

add GitHub workflow #2

Workflow file for this run

name: Check
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
check:
runs-on: macos-latest
# TODO Xcode versions (multiple?)
steps:
- uses: actions/checkout@v4
- npm ci

Check failure on line 15 in .github/workflows/check.yaml

View workflow run for this annotation

GitHub Actions / Check

Invalid workflow file

The workflow is not valid. .github/workflows/check.yaml (Line: 15, Col: 9): Unexpected value 'npm ci' .github/workflows/check.yaml (Line: 16, Col: 9): Unexpected value 'script/format/check'
- script/format/check
- script/lint/check
- swift build
- swift test