Skip to content

Settings

Settings #679

name: Settings
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: josa42/actions/update@main
with:
commit-message: "[auto] Update Settings"
run-update: |
./scripts/update-settings.mjs
./scripts/update-readme.mjs
run-tests: |
npm ci
npm run build
npm run lint
npm run test