Skip to content

Commit 64ba245

Browse files
committed
test(action): update github actions yaml
1 parent ffba3fb commit 64ba245

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

action.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ description: 'Inspect pull request messages with the format "<type>(scope): <sub
33
runs:
44
using: 'composite'
55
steps:
6-
- run: |
7-
curl -Lo go-commitlinter.tar.gz https://github.com/masahiro331/go-commitlinter/releases/download/0.0.2/go-commitlinter_0.0.2_Linux_x86_64.tar.gz
6+
- run: curl -Lo go-commitlinter.tar.gz https://github.com/masahiro331/go-commitlinter/releases/download/0.0.2/go-commitlinter_0.0.2_Linux_x86_64.tar.gz && \
87
tar xvfz go-commitlinter.tar.gz
9-
mv go-commitlinter /usr/local/bin/
108
shell: bash
11-
- run: gh pr view $PR | head -n 1 | cut -f 2 | go-commitlinter
9+
- run: gh pr view $PR | head -n 1 | cut -f 2 | ./go-commitlinter
1210
shell: bash

0 commit comments

Comments
 (0)