mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-07-23 13:52:18 +00:00
* chore: add prettier configuration Signed-off-by: Xe Iaso <[email protected]> * format: run prettier tree-wide Signed-off-by: Xe Iaso <[email protected]> * chore(prettier): ignore intentionally ungrammatical files Signed-off-by: Xe Iaso <[email protected]> * ci: add PR title lint rule Signed-off-by: Xe Iaso <[email protected]> * ci: add DCO check Signed-off-by: Xe Iaso <[email protected]> * chore: add commitlint and husky Signed-off-by: Xe Iaso <[email protected]> * chore: add CONTRIBUTING guidelines Signed-off-by: Xe Iaso <[email protected]> * chore: set SKIP_INTEGRATION in precommit tests Signed-off-by: Xe Iaso <[email protected]> * chore: update spelling Signed-off-by: Xe Iaso <[email protected]> * ci(dco): remove reopened trigger Signed-off-by: Xe Iaso <[email protected]> * chore: remove dead file Signed-off-by: Xe Iaso <[email protected]> * chore(prettier): don't format nginx includes Signed-off-by: Xe Iaso <[email protected]> --------- Signed-off-by: Xe Iaso <[email protected]>
7 lines
146 B
YAML
7 lines
146 B
YAML
- name: allow-api-routes
|
|
action: ALLOW
|
|
expression:
|
|
all:
|
|
- '!(method == "HEAD" || method == "GET")'
|
|
- path.startsWith("/api/")
|