Test workflow.
This commit is contained in:
parent
a72952fd1c
commit
d537b95054
16
.github/workflows/solve.yaml
vendored
Normal file
16
.github/workflows/solve.yaml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user