1
0
mirror of synced 2026-01-05 12:07:35 -05:00

Remove EA cloning from lint -- no JS files in there to lint

This commit is contained in:
James M. Greene
2020-11-03 10:56:46 -06:00
parent 1ea1396b62
commit 7514a54785

View File

@@ -63,12 +63,6 @@ jobs:
name: Install dependencies
run: npm ci
- if: ${{ needs.see_if_should_skip.outputs.should_skip != 'true' && github.repository == 'github/docs-internal' }}
name: Clone early access
run: npm run heroku-postbuild
env:
DOCUBOT_REPO_PAT: ${{ secrets.DOCUBOT_REPO_PAT }}
- if: ${{ needs.see_if_should_skip.outputs.should_skip != 'true' }}
name: Run linter
run: npx standard