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 683b293 commit be7fb9aCopy full SHA for be7fb9a
.github/workflows/main.yml
@@ -23,5 +23,13 @@ jobs:
23
with:
24
ref: master
25
26
- - name: check-commit
27
- uses: docker://aiharos/check-commit:latest
+ - name: Set up Go
+ uses: actions/setup-go@v2
28
+ with:
29
+ go-version: 1.15
30
+
31
+ # Runs a set of commands using the runners shell
32
+ - name: Run a multi-line script
33
+ run: |
34
+ git clone -b git_envs https://github.com/aiharos/github-actions.git
35
+ cd github-actions/check-commit; go run check.go "../../."
0 commit comments