Skip to content

Implement a Open addressing (linear probing) hashmap, Implement a Cod… #22

Implement a Open addressing (linear probing) hashmap, Implement a Cod…

Implement a Open addressing (linear probing) hashmap, Implement a Cod… #22

Workflow file for this run

name: Zig format checker
on: push
jobs:
format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: goto-bus-stop/setup-zig@v2
- run: zig fmt --check src/**/*.zig