We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9922e0e commit 782e0edCopy full SHA for 782e0ed
.github/workflows/main.yml
@@ -31,13 +31,5 @@ jobs:
31
with:
32
ref: master
33
34
- - name: Set up Go
35
- uses: actions/setup-go@v2
36
- with:
37
- go-version: 1.15
38
-
39
- # Runs a set of commands using the runners shell
40
- - name: Run a multi-line script
41
- run: |
42
- git clone -b git_envs https://github.com/aiharos/github-actions.git
43
- cd github-actions/check-commit; go run check.go "../../."
+ - name: check-commit
+ uses: docker://aiharos/check-commit:latest
0 commit comments