Skip to content

Commit 6b848af

Browse files
Merge pull request #343 from akv-platform/reusable-workflow
Turn on automatic update of ESLint and Prettier configuration files
2 parents 7406d65 + 12741cc commit 6b848af

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Update configuration files
2+
3+
on:
4+
schedule:
5+
- cron: '0 3 * * 0'
6+
workflow_dispatch:
7+
8+
jobs:
9+
call-update-configuration-files:
10+
name: Update configuration files
11+
uses: actions/reusable-workflows/.github/workflows/update-config-files.yml@main

0 commit comments

Comments
 (0)