Add some descriptive text in output
All checks were successful
Solve / example-action (push) Successful in 17s

This commit is contained in:
Lars Mikal Rogne
2024-12-02 11:22:43 +01:00
parent 9977407474
commit a61fc9c865
3 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ jobs:
with:
distribution: 'corretto' # See 'Supported distributions' for available options
java-version: '21'
- uses: fwilhe2/setup-kotlin@main
- uses: https://github.com/fwilhe2/setup-kotlin@main
- name: Day 1
run: kotlin puzzle1.kts
- name: Day 2