monkeytype/.github/workflows
Jack a067a32b7a
chore: move main linting to oxlint (@miodec) (#7144)
- main linting is now done by oxlint. eslint remains for linting json
files in the frontend (until oxlint adds support)
 - move type checking to the lint step (with --type-check)
this improves performance by removing a duplicated typescript parse task
(instead of parsing for linting then again for type checking, it parses
once for both)
- add a `lint-fast` npm script to get some fast fail behavior. it simply
lints with no type information
- oxc plugins are still in preview, so the custom plugin that checks for
`__testing` usage outside of tests runs outside the main linting job
until performance is improved
- fixes some type issues (and config issues) that were not visible due
to a missing type check on some files. now type checking will run on
every file that is linted
 - split up oxc config for easier management

waiting https://github.com/oxc-project/tsgolint/pull/494

seeing around 3x improvement in type aware linting
2025-12-15 22:16:16 +01:00
..
check-formatting.yml chore: use oxfmt for formatting (@miodec) (#7187) 2025-12-15 16:53:50 +01:00
ci-failure-comment.yml chore: use oxfmt for formatting (@miodec) (#7187) 2025-12-15 16:53:50 +01:00
fix-formatting.yml chore: use oxfmt for formatting (@miodec) (#7187) 2025-12-15 16:53:50 +01:00
labeler.yml chore: use oxfmt for formatting (@miodec) (#7187) 2025-12-15 16:53:50 +01:00
monkey-ci.yml chore: move main linting to oxlint (@miodec) (#7144) 2025-12-15 22:16:16 +01:00
publish-docker-images.yml chore: use oxfmt for formatting (@miodec) (#7187) 2025-12-15 16:53:50 +01:00
semantic-pr-title.yml chore: use oxfmt for formatting (@miodec) (#7187) 2025-12-15 16:53:50 +01:00
stale-pr.yml Upgrade actions in workflows (#4232) 2023-04-30 11:20:09 -04:00
update-labels.yml ci: limit permissions for the update labels workflow (@fehmer) (#6200) 2025-01-22 16:19:32 +01:00
write-labels.yml chore(workflows): use specific version of add-remove-label-action (@NadAlaba) (#6368) 2025-03-17 12:20:25 +01:00