Merge pull request #463 from akv-platform/reusable-workflow

Turn on automatic update of ESLint and Prettier configuration files
This commit is contained in:
Marko Zivic 2023-03-10 10:56:11 +01:00 committed by GitHub
commit 888b4006f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,11 @@
name: Update configuration files
on:
schedule:
- cron: '0 3 * * 0'
workflow_dispatch:
jobs:
call-update-configuration-files:
name: Update configuration files
uses: actions/reusable-workflows/.github/workflows/update-config-files.yml@main