Mistakenly didn't add files?
This commit is contained in:
10
.github/workflows/solve.yaml
vendored
10
.github/workflows/solve.yaml
vendored
@@ -15,7 +15,9 @@ jobs:
|
||||
distribution: 'corretto' # See 'Supported distributions' for available options
|
||||
java-version: '21'
|
||||
- uses: https://github.com/fwilhe2/setup-kotlin@main
|
||||
- name: Day 1
|
||||
run: kotlin puzzle1.kts
|
||||
- name: Day 2
|
||||
run: kotlin puzzle2.kts
|
||||
- name: Solutions
|
||||
run: |
|
||||
for script in $(ls *.kts | sort); do
|
||||
echo "Running $script"
|
||||
kotlin $script
|
||||
done
|
||||
Reference in New Issue
Block a user