aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2022-02-18 13:20:17 -0600
committerMatt Strapp <matt@mattstrapp.net>2022-02-18 13:21:41 -0600
commitfe984bf0b098c94d8c7b21d2312db47b79c233c7 (patch)
treeddecf29b39b086bd095e4ca64d37cdc91f888eb9 /.github
parentAdd README to file map (diff)
downloadee4511w-web-fe984bf0b098c94d8c7b21d2312db47b79c233c7.tar
ee4511w-web-fe984bf0b098c94d8c7b21d2312db47b79c233c7.tar.gz
ee4511w-web-fe984bf0b098c94d8c7b21d2312db47b79c233c7.tar.bz2
ee4511w-web-fe984bf0b098c94d8c7b21d2312db47b79c233c7.tar.lz
ee4511w-web-fe984bf0b098c94d8c7b21d2312db47b79c233c7.tar.xz
ee4511w-web-fe984bf0b098c94d8c7b21d2312db47b79c233c7.tar.zst
ee4511w-web-fe984bf0b098c94d8c7b21d2312db47b79c233c7.zip
Lint
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/node.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml
index e347be7..8a85723 100644
--- a/.github/workflows/node.yml
+++ b/.github/workflows/node.yml
@@ -19,6 +19,6 @@ jobs:
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Lint
- run: yarn lint
+ run: yarn lint:ci
- name: Build the project
run: yarn build:ci