Compare commits

...

2 commits

Author SHA1 Message Date
6648294566
Merge branch 'main' of ssh://localhost:3322/9pfs/countify
All checks were successful
Run node --check on everything / node-check (push) Successful in 7s
Check project using prettier / prettier (push) Successful in 24s
Make sure the server is actually able to start / boot-test (push) Successful in 48s
2024-05-25 04:15:51 +00:00
eaaf62483c
Fix boot-test name 2024-05-25 04:15:34 +00:00

View file

@ -8,7 +8,7 @@ on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
prettier:
boot-test:
runs-on: docker
steps:
- uses: actions/checkout@v3