mirror of
https://github.com/tcgdex/javascript-sdk.git
synced 2025-07-15 03:09:51 +00:00
Updated dependencies (#12)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
13
.github/workflows/code-quality.yml
vendored
13
.github/workflows/code-quality.yml
vendored
@ -1,6 +1,3 @@
|
||||
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
|
||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
|
||||
|
||||
name: Code Quality Checks
|
||||
|
||||
on:
|
||||
@ -14,14 +11,16 @@ jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
persist-credentials: false
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Setup NodeJS
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '16.x'
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Lint
|
||||
run: yarn && yarn lint
|
||||
run: npm run lint
|
||||
|
Reference in New Issue
Block a user