Skip to content

Commit 70cf660

Browse files
Revert "Automatically comment if a PR doesn't meet the style guide" (#467)
1 parent 84841fb commit 70cf660

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,6 @@ jobs:
2121
with:
2222
args: '.'
2323
config: '.markdownlint.json'
24-
- name: Comment if lints failed
25-
if: failure() && github.base_ref # base_ref is only set for PRs
26-
uses: actions/github-script@v3
27-
with:
28-
script: |
29-
github.issues.createComment({
30-
owner: context.repo.owner,
31-
repo: context.repo.repo,
32-
issue_number: context.issue.number,
33-
body: "It looks like the MarkdownLint checks for this PR have failed. Please take a look at the 'Checks' tab to see what needs changing."
34-
});
3524
- name: Install Zola
3625
run: curl -L ${BASE_URL}/${VERS}/zola-${VERS}-${ARCH}.tar.gz | tar -xz
3726
- run: ./zola --version

0 commit comments

Comments
 (0)