mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2024-11-06 02:08:05 +00:00
Add Workflow to run git-auto-commit
This commit is contained in:
parent
7e64e614a1
commit
404d2015f4
11
.github/workflows/git-auto-commit.yml
vendored
Normal file
11
.github/workflows/git-auto-commit.yml
vendored
Normal 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: ./
|
Loading…
Reference in New Issue
Block a user