docs: clean up Travis refs (#444)

This commit is contained in:
James Hegedus
2021-07-16 13:19:07 +10:00
committed by GitHub
parent eef0c47265
commit 244618a743
2 changed files with 23 additions and 26 deletions

View File

@@ -1,4 +1,4 @@
name: Main workflow
name: Lint
on:
pull_request:
@@ -19,11 +19,8 @@ jobs:
with:
node-version: 14.x
- name: Install Prettier
run: npm install --global prettier
- name: Check formatting
run: prettier --check README.md
run: npx prettier --check README.md
- name: Check new plugin is registered correctly
run: bash test_plugin.sh --diff origin/master ${{ github.sha }}