Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

Commit 9e1d737

Browse files
committed
Require lint before pipeline
1 parent e5085d3 commit 9e1d737

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
shellcheck ./*.sh
2525
2626
build:
27+
needs: [lint]
2728
runs-on: ubuntu-20.04
2829
steps:
2930
- name: 'Checkout Repo'

0 commit comments

Comments
 (0)