mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2025-08-25 09:02:08 +08:00
Add Workflow to run git-auto-commit
This commit is contained in:
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: ./
|
Reference in New Issue
Block a user