mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Merge pull request #17267 from Snuffleupagus/lint-workflow
Move linting to a separate GitHub Actions workflow
This commit is contained in:
commit
e0e5be2c62
2 changed files with 38 additions and 5 deletions
|
@ -2439,9 +2439,5 @@ gulp.task("externaltest", function (done) {
|
|||
|
||||
gulp.task(
|
||||
"ci-test",
|
||||
gulp.series(
|
||||
gulp.parallel("lint", "externaltest", "unittestcli"),
|
||||
"lint-chromium",
|
||||
"typestest"
|
||||
)
|
||||
gulp.series(gulp.parallel("externaltest", "unittestcli"), "typestest")
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue