From 292816ec06e30991eac8591df54a76683a2b21e6 Mon Sep 17 00:00:00 2001 From: Moritz Kirstein Date: Mon, 25 Mar 2024 13:59:09 +0100 Subject: [PATCH] ci: update verify.lint --- .github/workflows/verify.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 4c20363..36b7ab0 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -16,11 +16,8 @@ jobs: - name: Install dependencies uses: ./.github/actions/install-dependencies - # - name: Lint code - # run: npm format && npm lint:fix - - name: Lint code - run: npm run lint + run: npm run format && npm run lint:fix build: name: Build