Skip to content

rename repo to as this is more accurate about what the runtime does #112

rename repo to as this is more accurate about what the runtime does

rename repo to as this is more accurate about what the runtime does #112

Workflow file for this run

name: Repository Validation
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Zig
uses: goto-bus-stop/setup-zig@v1
with:
version: master
- name: Run verification
run: |
zig build verify