Skip to content

feat(2024): add Graph data structure #14

feat(2024): add Graph data structure

feat(2024): add Graph data structure #14

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
strategy:
fail-fast: false
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- name: Setup Zig
uses: goto-bus-stop/setup-zig@v1
with:
version: 0.14.0
- name: Compile all solutions for current year
run: zig build
env:
AOC_COOKIE: ${{ secrets.AOC_COOKIE }}