Delete .github/workflows directory

master
prime31 1 year ago committed by GitHub
parent d49c58c314
commit da441c3363

@ -1,19 +0,0 @@
name: Workflow
on: [push]
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v2
- uses: goto-bus-stop/setup-zig@v1
with:
version: master
- run: zig fmt src
- run: zig fmt examples
- run: zig fmt tests
- run: zig fmt build.zig
- run: zig build test
Loading…
Cancel
Save