Skip to content

Merge pull request #122 from Youyoun/thuiop #302

Merge pull request #122 from Youyoun/thuiop

Merge pull request #122 from Youyoun/thuiop #302

Workflow file for this run

name: CI
on: # yamllint disable-line rule:truthy
pull_request:
push:
branches:
- main
workflow_dispatch:
inputs:
days:
description: Run specific days (space delimiter)
required: true
env:
INPUTS_DAYS: ${{ github.event.inputs.days }}
jobs:
# Build
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Setup image
uses: ./.github/actions/setup
with:
python-version: "3.10"
nim-version: "2.0.0"
clang-version: "16"
deno-version: "v2.x"
zig-version: "0.13.0"
- name: Build
run: ./build.sh