mirror of
https://github.com/placeholder-soft/asdf-plugins.git
synced 2026-04-29 04:14:57 +08:00
docs: clean up Travis refs (#444)
This commit is contained in:
7
.github/workflows/workflow.yml
vendored
7
.github/workflows/workflow.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user