summaryrefslogtreecommitdiff
path: root/.github/workflows/lint.yml
AgeCommit message (Collapse)Author
5 daysUpstream action workflows. Updated older action workflows and adapted the ↵update-ci-actionsRodoMa92
with variables where needed. Python has been also bumped to the latest 3.11 LTS release, but we will probably need to consider a mayor version bump in the future, since it has only ~ 1 year of security updates.
2025-07-13certified pnpm momentAAGaming
2024-06-29chore(ci): update actions to remove deprecation warningsAAGaming
2024-06-29update python and OS versions in CIAAGaming
2023-10-31move type checking to other workflow, fix TS errors, add TSC checkingAAGaming
2023-10-31add pyright ciAAGaming
2023-10-25Merge aa/type-cleanup-py (work by marios, aa, wolv)v2.10.6-pre1TrainDoctor
2023-10-20Update lint.ymlmarios
2023-02-03Add lint job to build workflow (#363)Sky Leite
* Add lint job to build workflow * Add prettier-plugin-import-sort * Install prettier plugins before linting * Use lint script from package.json * Move linters to separate workflow * Remove Python and Shell linters * Remove popd * Test that prettier properly fails the lint job