Skip to content

refactor(TypeScript): improve two_sum implementation and tests #55

refactor(TypeScript): improve two_sum implementation and tests

refactor(TypeScript): improve two_sum implementation and tests #55

Workflow file for this run

name: Zig
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo snap install zig --classic --edge
zig version
- name: Verify Tests
run: cd Zig/ && zig build test