Browse Source

remove whitespace

pull/2/head
Neel Coffin 6 years ago
parent
commit
d2df7d487e
  1. 6
      .circleci/config.yml

6
.circleci/config.yml

@ -1,6 +1,6 @@
version: 2.1
jobs:
build:
build: &shared-config
docker:
- image: cimg/node:14.10.1
steps:
@ -55,7 +55,3 @@ workflows:
- lint:
requires:
- build
Loading…
Cancel
Save