Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 46492ea

Browse files
authored
remove a line for PR test
1 parent cf9ec43 commit 46492ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
jobs:
22
lint:
33
runs-on: ubuntu-latest
4-
on: pull_request
54
steps:
65
- name: Checkout code
76
- uses: actions/checkout@v1
87
- name: Run Shellcheck on Script Files
98
uses: azohra/shell-linter@latest
109
with:
1110
path: "*.sh"
12-
severity: "error"
11+
severity: "error"

0 commit comments

Comments
 (0)