1
0
mirror of https://github.com/stefanzweifel/git-auto-commit-action.git synced 2026-02-02 21:27:14 +08:00

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

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: ./