Skip to content

src: refactor rotating functions to make them more readable. #22

src: refactor rotating functions to make them more readable.

src: refactor rotating functions to make them more readable. #22

Workflow file for this run

name: test
on:
push:
branches: [main, dev]
pull_request:
branches: [main, dev]
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@v2
with:
version: 0.13.0
- run: zig build test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: goto-bus-stop/setup-zig@v2
with:
version: 0.13.0
- run: zig fmt --check .