Skip to content

Commit

Permalink
Merge pull request #343 from akv-platform/reusable-workflow
Browse files Browse the repository at this point in the history
Turn on automatic update of ESLint and Prettier configuration files
  • Loading branch information
marko-zivic-93 committed Mar 10, 2023
2 parents 7406d65 + 12741cc commit 6b848af
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/update-config-files.yml
@@ -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

0 comments on commit 6b848af

Please sign in to comment.