Skip to content

Update build.yaml

Update build.yaml #3

Workflow file for this run

name: Build
on:

Check failure on line 2 in .github/workflows/build.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yaml

Invalid workflow file

You have an error in your yaml syntax on line 2
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
name: Build and test
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- name: Show current version of Xcode
run: xcodebuild -version