Compare commits

...

2 commits

Author SHA1 Message Date
6116df713d
Run prettier
All checks were successful
Run node --check on everything / node-check (pull_request) Successful in 8s
Make sure the server is actually able to start / prettier (pull_request) Successful in 39s
Check project using prettier / prettier (pull_request) Successful in 43s
Run node --check on everything / node-check (push) Successful in 6s
Make sure the server is actually able to start / prettier (push) Successful in 40s
Check project using prettier / prettier (push) Successful in 36s
2024-05-24 18:30:09 +00:00
118b3643e7
Run actions on all branches + PRs
Some checks failed
Run node --check on everything / node-check (push) Successful in 12s
Check project using prettier / prettier (push) Failing after 25s
Make sure the server is actually able to start / prettier (push) Successful in 39s
2024-05-24 18:28:30 +00:00
3 changed files with 9 additions and 3 deletions

View file

@ -3,7 +3,9 @@ author: "9pfs@amcforum.wiki (h @ nest)"
on:
push:
branches:
- main
- "*"
pull_request:
types: [opened, synchronize, reopened]
jobs:
prettier:
runs-on: docker

View file

@ -3,7 +3,9 @@ author: "9pfs@amcforum.wiki (h @ nest)"
on:
push:
branches:
- main
- "*"
pull_request:
types: [opened, synchronize, reopened]
jobs:
node-check:
runs-on: docker

View file

@ -3,7 +3,9 @@ author: "9pfs@amcforum.wiki (h @ nest)"
on:
push:
branches:
- main
- "*"
pull_request:
types: [opened, synchronize, reopened]
jobs:
prettier:
runs-on: docker