Skip to content

Commit 782e0ed

Browse files
committed
BUILD: test with docker image
1 parent 9922e0e commit 782e0ed

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,5 @@ jobs:
3131
with:
3232
ref: master
3333

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 "../../."
34+
- name: check-commit
35+
uses: docker://aiharos/check-commit:latest

0 commit comments

Comments
 (0)