From cd6bbeaa86c5f7a823999b1aae191a9ed84268e8 Mon Sep 17 00:00:00 2001 From: Alexander Rose <alexander.rose@weirdbyte.de> Date: Sat, 30 Oct 2021 15:44:06 -0700 Subject: [PATCH] gh action --- .github/workflows/node.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index a0bf436c0..b9c2c9e32 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -12,6 +12,6 @@ jobs: node-version: 14 - run: yarn install - name: ESLint - uses: npm run eslint + run: npm run eslint - name: Jest - uses: npm run jest + run: npm run jest -- GitLab