Skip to content

ci skip: Update README.md #125

ci skip: Update README.md

ci skip: Update README.md #125

Workflow file for this run

name: main
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
name: Build
if: "!contains(github.event.commits[0].message, 'ci skip')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: mlugg/setup-zig@v1
with:
version: 0.13.0
- run: zig build test