Skip to content

Advent of Code 2024 - Day 3 : Python version (#42) #84

Advent of Code 2024 - Day 3 : Python version (#42)

Advent of Code 2024 - Day 3 : Python version (#42) #84

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
runCIsInMultipleProject:
runs-on: ubuntu-latest
steps:
# Step 1: Checkout the code
- uses: actions/checkout@v3
# Step 2: Set up Golang
- uses: actions/setup-go@v4
with:
go-version: '>=1.17.0'
# Step 3: Set up Python
- uses: actions/setup-python@v4
with:
python-version: '3.10'
# Step 4: Run the combined script
- run: bash run-ci.sh