format
This commit is contained in:
parent
d48db7f284
commit
debbc18708
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
||||||
node_version: 14
|
node_version: 14
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
||||||
name: "Test: node-${{ matrix.node_version }}, ${{ matrix.os }}"
|
name: 'Test: node-${{ matrix.node_version }}, ${{ matrix.os }}'
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
@ -60,7 +60,7 @@ jobs:
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: "Lint: node-14, ubuntu-latest"
|
name: 'Lint: node-14, ubuntu-latest'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
@ -96,4 +96,4 @@ jobs:
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: yarn lint
|
run: yarn lint
|
||||||
# linting is currently not passing, so just do this for inline for now
|
# linting is currently not passing, so just do this for inline for now
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue