This commit is contained in:
Louis Lam 2024-10-28 13:19:12 +08:00
parent dccaf9dac3
commit 6efec6f0c9

View file

@ -1,4 +1,4 @@
name: json-yaml-validate
name: validate
on:
push:
branches:
@ -40,4 +40,4 @@ jobs:
run: node ./extra/check-lang-json.js
- name: Validate knex migrations filename
run: node ./extra/check-knex-filenames.js
run: node ./extra/check-knex-filenames.mjs