summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorxuzhang3 <57888764+xuzhang3@users.noreply.github.com>2020-04-14 22:18:12 +0800
committerGitHub <noreply@github.com>2020-04-14 09:18:12 -0500
commitc31ecb0da735c33bffd137203df0f13d7dc2de13 (patch)
treebfcdeba296087211a0fd834883761c757c62a254 /.github
parente753f7b70e63d74e7c1639140e53f78cd4a7e7af (diff)
Update .sh file execution permission (#265)
* Update .sh file execution permission * Script update * Remove chomd operation
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/check-pr.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/check-pr.yml b/.github/workflows/check-pr.yml
index 4c22209b..4f1e92cc 100644
--- a/.github/workflows/check-pr.yml
+++ b/.github/workflows/check-pr.yml
@@ -31,9 +31,6 @@ jobs:
dep ensure
fi
- - name: Set Scripts as Executable
- run : chmod +x ./scripts/*.sh
-
- name: Run Format Check
run: ./scripts/fmt-check-go.sh