1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00

refactor: remove eslint from merge check (#1023)

This commit is contained in:
olav 2022-05-25 14:15:00 +02:00 committed by GitHub
parent 76ea65b65c
commit a791ea59c1

View File

@ -20,5 +20,4 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: yarn run test
- run: yarn run lint
- run: yarn run fmt:check