From 5ee7949c79d4297e46077a94ffb891e0389c17b2 Mon Sep 17 00:00:00 2001 From: Dustin Rodrigues Date: Sun, 21 Feb 2021 13:50:25 -0500 Subject: [PATCH 1/2] PR template: remove local 'brew man' step now that it's scheduled --- .github/PULL_REQUEST_TEMPLATE.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7dd8621f00..ff375f8801 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,6 +5,5 @@ - [ ] Have you successfully run `brew style` with your changes locally? - [ ] Have you successfully run `brew typecheck` with your changes locally? - [ ] Have you successfully run `brew tests` with your changes locally? -- [ ] Have you successfully run `brew man` locally and committed any changes? ----- From 315c905ccd4ff8bf7ca762bb7d3929d0b3e81706 Mon Sep 17 00:00:00 2001 From: Dustin Rodrigues Date: Sun, 21 Feb 2021 14:16:31 -0500 Subject: [PATCH 2/2] tests.yml: remove 'brew man --fail-if-changed' in PR tests --- .github/workflows/tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1f683dfec1..497e0f7767 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,8 +31,6 @@ jobs: - run: brew style --display-cop-names - - run: brew man --fail-if-changed - - run: brew typecheck - name: Run vale for docs linting