Skip to content

Commit 3b2cae5

Browse files
author
Hendry, Adam
committed
feat(ci): run in docker container
1 parent b67ce16 commit 3b2cae5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test_action.yml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
jobs:
88
test:
99
runs-on: ubuntu-latest
10+
container:
11+
image: commitizen/commitizen:latest
1012
steps:
1113
- uses: actions/checkout@v2
1214
with:

0 commit comments

Comments
 (0)