mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 12:44:07 -08:00
👷 Automatically run tslint
This commit is contained in:
parent
e11d61da9d
commit
a5d7ae22c5
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
|
@ -23,5 +23,6 @@ jobs:
|
||||||
npm run bootstrap
|
npm run bootstrap
|
||||||
npm run build --if-present
|
npm run build --if-present
|
||||||
npm test
|
npm test
|
||||||
|
npm run tslint
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
|
|
Loading…
Reference in a new issue