summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-07-22 15:38:21 -0700
committerGravatar Fred K. Schott <fkschott@gmail.com> 2021-07-22 15:38:39 -0700
commitdebbc18708bfe6ccd6c077b9148f1e08093671df (patch)
tree89e2ad803db26bebd1b221d5f063e0fa1fb95b03
parentd48db7f284327992ac08541b8a3c450878db044f (diff)
downloadastro-debbc18708bfe6ccd6c077b9148f1e08093671df.tar.gz
astro-debbc18708bfe6ccd6c077b9148f1e08093671df.tar.zst
astro-debbc18708bfe6ccd6c077b9148f1e08093671df.zip
format
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index cd8aabedd..94cfaea37 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
node_version: 14
fail-fast: false
- name: "Test: node-${{ matrix.node_version }}, ${{ matrix.os }}"
+ name: 'Test: node-${{ matrix.node_version }}, ${{ matrix.os }}'
steps:
- name: Checkout
uses: actions/checkout@v2
@@ -60,7 +60,7 @@ jobs:
lint:
runs-on: ubuntu-latest
- name: "Lint: node-14, ubuntu-latest"
+ name: 'Lint: node-14, ubuntu-latest'
steps:
- uses: actions/checkout@v2
with:
@@ -96,4 +96,4 @@ jobs:
- name: Lint
run: yarn lint
# linting is currently not passing, so just do this for inline for now
- continue-on-error: true \ No newline at end of file
+ continue-on-error: true