Skip to content

🐛 Fix SDL event handling #185

🐛 Fix SDL event handling

🐛 Fix SDL event handling #185

Workflow file for this run

name: Swift
on: [push, workflow_dispatch]
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: brew install sdl2 gd libsoundio
- name: Lint
run: make lint
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v