Commit graph

11 commits

Author SHA1 Message Date
Johann150 a10b8875d9
run CI on pushes to main
Since PRs seem to be much rarer than pushes to main, it makes more sense
to do it this way. Perhaps in the future, it would make sense to run it on
all pushes, but the question would be how PRs are handled.
2023-05-07 15:26:14 +02:00
Norm 6bba55c196
sw: add TypeScript type checking
This implements the upstream changes from
https://github.com/misskey-dev/misskey/pull/9314 but updated to our
version of ESLint.

Also updates TypeScript to 4.9.4 for all packages.
2022-12-13 15:42:08 -05:00
Norm bd11b9d818
Revert "ci: combine install and lint/build tasks"
This reverts commit 759d031a5f.

This was originally to solve some issues with builds during the
workspace refactor in FoundKeyGang/FoundKey#86
but this didn't end up being the root cause, so it may actually be
better to split these tasks again.
2022-09-07 14:02:45 -04:00
Norm 759d031a5f
ci: combine install and lint/build tasks 2022-08-26 15:50:20 -04:00
Norm b3548cf9a0
fix typo in ci 2022-08-26 15:33:39 -04:00
Norm d8fd6d55ed
ci: add lint for foundkey-js 2022-08-26 15:06:45 -04:00
Chloe Kudryavtsev 20c0a7c6f4 chore: limit CI to PR only
this is a temporary stopgap measure
2022-08-25 12:29:34 -04:00
Norm 69e790ffb3 Fix environment variables for postgres in .woodpecker/test.yml 2022-07-27 20:13:49 +00:00
Chloe Kudryavtsev 1506df3b94 chore(ci): add a dedicated build pipeline 2022-07-18 06:45:03 -04:00
Johann150 7358d95e02
add extra step for installing/building
This should make the CI output more readable.
2022-07-18 10:59:55 +02:00
Johann150 e1f902001e
migrate CI to woodpecker 2022-07-18 09:55:05 +02:00