Skip to content

Commit be7fb9a

Browse files
committed
MEDIUM: Revert "BUILD: test with docker image"
This reverts commit 5c82d09e9130cc8a062c57a2f9a0621dd8920eb2.
1 parent 683b293 commit be7fb9a

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/main.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,13 @@ jobs:
2323
with:
2424
ref: master
2525

26-
- name: check-commit
27-
uses: docker://aiharos/check-commit:latest
26+
- name: Set up Go
27+
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

Comments
 (0)