Add Workflow to run git-auto-commit

This commit is contained in:
Stefan Zweifel 2020-03-03 20:51:02 +01:00
parent 7e64e614a1
commit 404d2015f4
1 changed files with 11 additions and 0 deletions

11
.github/workflows/git-auto-commit.yml vendored Normal file
View File

@ -0,0 +1,11 @@
name: git-auto-commit
on: push
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- name: Use git-auto-commit-action
uses: ./