Test workflow.
Some checks failed
Solve / example-action (push) Failing after 11s

This commit is contained in:
Lars Mikal Rogne 2024-12-02 10:55:04 +01:00
parent cdbbc32125
commit 955db49172
No known key found for this signature in database

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