Commit Graph

14 Commits

Author SHA1 Message Date
tofa
58ebe9abed
CI: Force pull requests to fetch history (#9720)
Previous implementation only fetched the
latest changes made in the current branch.
Since the CI pipeline only triggers on the
latest pushed commit, this means linting
errors could previously be avoided due to
having multiple commits in a single push.
2023-09-24 19:29:51 -07:00
Sergio
72514fc405
Don't try to lint excluded files (#9717)
* Don't try to lint excluded files

* Oh no an empty line

* Test with files_ignore
2023-08-16 21:52:32 -06:00
tofa
3901e11b8b
Github Actions: Perform selective eslint & testing for PRs (#9506) 2023-04-30 02:51:19 -07:00
Wazbat
72e104e722
Github Actions: Don't NPM publish in forks (#9519) 2023-04-13 19:30:07 -07:00
Wazbat
64eec26651
Add npm cache to Github Actions (#9517) 2023-04-13 03:29:04 -07:00
Wazbat
7e3f9cbc3d
Add CI action to automatically publish new releases (#9470) 2023-04-13 02:03:08 -07:00
Guangcong Luo
d54f4ea408
Update GitHub Actions workflows
The current build failure is incomprehensible to me but chaos thinks
it's because Node 14 is too old and it's causing some breakage
somewhere.

We have no real reason not to bump the required version, so here we go.
2023-04-10 20:03:58 +09:00
Annika
c134195915
Use ts-node instead of Sucrase (#8369) 2021-07-09 19:59:22 -07:00
Annika
b3771214d5
Fix modlog tests on Windows (#7187) 2020-08-10 09:37:08 -07:00
Mia
1628258371
Typescript chat-commands/core (#6484)
Also fix TS line numbers in GitHub Actions
2020-03-23 23:50:35 -07:00
Guangcong Luo
ea35ceb75f
Test pull requests with GitHub Actions 2020-03-07 20:30:05 -08:00
Guangcong Luo
1d70911743 Try GitHub Actions again
(It was removed because GitHub had a bug involving thinking this was a
private repository? But it seems to be working again.)
2020-03-07 15:01:11 -08:00
Guangcong Luo
7c517577a1 Remove GitHub Actions
We'll have to reinstate this whenever GitHub sorts out their weird
issues, but for now, it's making it impossible to get any work done.
2019-11-16 06:11:06 +13:00
Guangcong Luo
a726ac6f57
Try out GitHub Actions 2019-08-26 16:20:03 -07:00