Test workflow.

This commit is contained in:
Logiar 2024-12-02 14:06:26 +01:00
parent a72952fd1c
commit d537b95054
Signed by: Logiar
SSH Key Fingerprint: SHA256:tq77C31em1ZG4oELIHC3k62wq5UzPSXmhqH8g62whIY

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