Skip to content

Remove @PlaydateMain macro and SwiftSyntax dependency #446

Remove @PlaydateMain macro and SwiftSyntax dependency

Remove @PlaydateMain macro and SwiftSyntax dependency #446

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
Build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- macos-15
- ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 'Install Swift Toolchain'
uses: finnvoor/swiftly-action@main
- name: 'Install Playdate SDK'
uses: finnvoor/playdatesdk-action@main
- name: Build
run: swift build -c release