CI: use prettier to reformat workflows

This commit is contained in:
Jesse Chan
2020-10-12 22:38:43 +08:00
parent a9180d7cfc
commit ba7b628492
5 changed files with 41 additions and 44 deletions

View File

@@ -16,13 +16,13 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm run build
- run: npm run start -- --help
- run: npm ci
- run: npm run build
- run: npm run start -- --help