Test workflow.

This commit is contained in:
2024-12-02 14:06:26 +01:00
parent a72952fd1c
commit d537b95054

16
.github/workflows/solve.yaml vendored Normal file
View File

@@ -0,0 +1,16 @@
name: Solve
on:
push:
branches:
- main
jobs:
example-action:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Day 1
run: kotlin puzzle1.kts
- name: Day 2
run: kotlin puzzle2.kts