Skip to content

build(deps-dev): bump eslint from 8.44.0 to 9.15.0 #248

build(deps-dev): bump eslint from 8.44.0 to 9.15.0

build(deps-dev): bump eslint from 8.44.0 to 9.15.0 #248

name: Check templates
on:
push:
workflow_dispatch:
schedule:
- cron: '27 0 * * 1'
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
python3 -m pip install json5
- name: Check templates
run: |
python3 scripts/get_templates.py
if [ $? -ne 0 ]; then
exit 1
fi