1
0
Fork 0
mirror of https://github.com/ratfactor/ziglings synced 2024-05-05 11:06:02 +02:00
ziglings/.github/workflows/eowyn.yml
2023-01-27 21:39:33 +01:00

27 lines
447 B
YAML

name: Eowyn
on:
pull_request:
branches: [ main ]
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
defaults:
run:
shell: bash
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Setup Zig
uses: goto-bus-stop/setup-zig@v2
with:
version: master
- run: patches/eowyn.sh