Implemented Arena Allocator, dropped legacy file format, aligned vect… #112
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jobs: | |
CI: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: goto-bus-stop/setup-zig@v2 | |
- run: zig fmt --check src/*.zig | |
- run: zig build test | |
- run: ./test.sh | |
name: CI | |
on: | |
pull_request: {} | |
push: {} |