WIP
This commit is contained in:
parent
dccaf9dac3
commit
6efec6f0c9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue