27 Commits

Author SHA1 Message Date
Simon
b6e95c6125 fix unittest workflow 2025-08-21 17:10:36 +07:00
Simon
8ca943ca7b checkou node 2025-01-07 09:29:52 +07:00
Simon
54e93c44e9 add globals 2025-01-07 09:19:52 +07:00
Simon
d6acef2b64 add eslint/js dependency 2025-01-07 09:16:43 +07:00
Simon
a7fb5d9939 switch to pre_commit workflow 2025-01-06 21:17:15 +07:00
Simon
b864813a7b fix tests 2024-08-03 23:37:23 +02:00
Simon
d4165327df remove apt cache 2024-05-21 22:29:55 +02:00
Simon
87e3814751 fix locked files caching 2024-05-21 22:20:47 +02:00
Simon
200f5ed5a2 add apt caching, better structuring 2024-05-21 21:54:20 +02:00
Simon
7a265231bc cache pip 2024-05-21 21:26:09 +02:00
Simon
d3103ccc30 install missing system dependencies 2024-05-21 20:17:47 +02:00
Simon
cfa0cabd41 add unit tests workflow 2024-05-21 19:10:22 +02:00
Simon
873e7d1e8d add gcc to runner 2024-05-21 17:41:08 +02:00
Simon
91f9351502 limit action run on path glob 2024-05-21 16:51:06 +02:00
Simon
ca1864843a fix install repo dependencies 2024-05-21 16:41:37 +02:00
Simon
819d166296 update actions version 2024-05-21 16:35:43 +02:00
Simon
e893dc3b24 clean up workflow 2023-07-31 23:53:06 +07:00
lamusmaser
e4c5529412 Update Github Actions to use deploy.sh and remove individual calls for testing functions. (#351)
* Remove individual calls for testing functions.
Call `deploy.sh validate` for linting checks.

* Increment actions versions to remove deprecation errors.
Add `requests` to `pip install` line.

* Specify Python version with `actions/setup-python` call.
2022-10-27 13:30:24 +07:00
Kevin Gibbons
b4fe9a784f add github workflow to enforce linting of JS files (#348) 2022-10-27 13:27:30 +07:00
Kevin Gibbons
39902cb1c6 Format/slightly modernize the JS (#345)
* add basic JS tooling

* fix accidental uses of global variables

* auto-format

* add and fix a couple more standard lint rules

* remove useless return false from settimeout callbacks

* document JS contributing

* fix whitespace in package.json

* add JS stuff to codespell skiplist

* codespell take two

* update github action and add comments about duplicated logic
2022-10-26 09:43:58 +07:00
simon
1d3d3b13ed reduce max-complexity to 10 2022-03-26 18:36:10 +07:00
simon
c57d6c73cc remove bandit, too many false positive 2022-01-22 17:52:13 +07:00
simon
023b5a4aba Reducing max-complexity to 12 after code refactor #25
* Added helper function in deploy.sh to run same tests as github actions locally
2021-09-22 12:03:52 +07:00
Christian Clauss
fd50058431 GitHub Actions: Make black, flake8, and isort mandatory tests (#25)
* GitHub Actions: Make black, flake8, and isort mandatory tests

* fixup! black --diff
2021-09-22 12:00:33 +07:00
simon
aa1b9f4d3b pending refactor 2021-09-21 16:53:05 +07:00
simon
f8222855f0 customizing linting settings 2021-09-21 16:46:18 +07:00
Christian Clauss
49e57955b5 GitHub Action to lint Python code (#14)
* GitHub Action to lint Python code
2021-09-21 16:23:36 +07:00