Update config files #661
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check chains configuration files | |
on: | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
check-chain-config: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: 🟩 Install Node.js | |
uses: actions/setup-node@v3 | |
with: | |
node-version: 18 | |
- name: ⚙️ Install dependencies | |
run: npm install | |
shell: bash | |
- name: 📝 Check chain config files | |
run: npm run check:chains-file |