Skip to content

FIXED: Make Github Actions build again :) #24

FIXED: Make Github Actions build again :)

FIXED: Make Github Actions build again :) #24

Workflow file for this run

name: test
on:
push:
branches: [ "develop" ]
pull_request:
branches: [ "develop" ]
jobs:
build:
name: Swift on ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Run mmd-swift
run: swift run mmd-swift