diff options
author | Matt Strapp <matt@mattstrapp.net> | 2022-02-18 13:20:17 -0600 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2022-02-18 13:21:41 -0600 |
commit | fe984bf0b098c94d8c7b21d2312db47b79c233c7 (patch) | |
tree | ddecf29b39b086bd095e4ca64d37cdc91f888eb9 /.github/workflows | |
parent | Add README to file map (diff) | |
download | ee4511w-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 '')
-rw-r--r-- | .github/workflows/node.yml | 2 |
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 |