diff --git a/.github/workflows/git-auto-commit.yml b/.github/workflows/git-auto-commit.yml new file mode 100644 index 0000000..132d598 --- /dev/null +++ b/.github/workflows/git-auto-commit.yml @@ -0,0 +1,11 @@ +name: git-auto-commit + +on: push + +jobs: + shellcheck: + runs-on: ubuntu-latest + + steps: + - name: Use git-auto-commit-action + uses: ./