Sidharth Vinod
fbd35ae95a
fix lint command
2023-05-09 10:24:05 +05:30
Alois Klink
4900647bf0
ci(lint): show nice error on lint failure
...
Prints a nice error on GitHub Actions if `pnpm run lint` fails.
2023-01-29 20:27:31 +00:00
Sidharth Vinod
333b974f10
Add workflow_dispatch
to lint.yml
2022-12-15 21:50:00 +05:30
Sidharth Vinod
59fdaa3b53
fix: Fail docs:verify on non push events
2022-12-07 11:58:09 +05:30
Sidharth Vinod
7553827985
fix: docs build command
2022-12-07 11:40:17 +05:30
Sidharth Vinod
792c1a8320
chore: Rebuild docs if linting fails
2022-12-07 11:19:44 +05:30
Emerson Bottero
f87d1630d1
chore: fix most of aloisklink reviews
2022-10-30 21:22:38 -03:00
Emerson Bottero
47e1f611d8
fix: lint and spell errors
2022-10-26 16:24:06 -03:00
Emerson Bottero
0da56a1249
docs: new Documentation
2022-10-15 00:50:57 -03:00
Sidharth Vinod
1570eb7b73
chore: Bump node to v18
2022-10-10 20:13:50 +08:00
Alois Klink
77831c424c
ci(lint): fix lint tests CI to use pnpm
2022-09-25 20:02:23 +01:00
Sidharth Vinod
e7ac2368c3
Add local jison linting
2022-09-13 12:46:14 +05:30
Alois Klink
6e81ee9d97
Merge branch 'develop' into other/3339_forbid-console-in-src-code
...
Fixes merge conflict in:
- .eslintrc.json due to 6167eda6b6e5566469ed88b8850aa04e427bd245
- lint.yml due to 5674f8e6758f4628c78389b4380ecbe233045146
2022-09-07 21:00:42 +01:00
Alois Klink
22d20cc76e
ci: lint .jison files for any console.log()
...
Converts the *.jison files into .js, then lints them using just
the `no-console` rule.
To keep things simple, I've just made this run only on CI.
If we want to do more complex linting on `*.jison` files, it might
be worth making an `eslint-plugin-jison`, so that we can directly
parse jison in ESLint.
2022-09-06 04:29:09 +01:00
Sidharth Vinod
5674f8e675
Prettier Pass
2022-09-03 13:41:25 +05:30
Sidharth Vinod
13e7da10ca
Add doc verification to CI
2022-09-03 10:53:41 +05:30
Yash-Singh1
b7b02fcc2c
chore: rm cypress ex. and prevent dup ci
2022-05-10 17:29:50 -07:00
Yash-Singh1
9365138206
chore: split ci into seperate workflows
2022-05-10 17:26:17 -07:00