From ea16470f793e1cb7aca17b1d70c269e8fc15843f Mon Sep 17 00:00:00 2001 From: Abhi Markan Date: Mon, 9 Dec 2024 09:34:41 +0000 Subject: [PATCH] chore(deps): dependencies updates --- .github/workflows/lint.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index aa27c823..b74c68f7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -84,7 +84,7 @@ jobs: - name: Linting working-directory: ./ - run: npm run lint:all + run: npm run lint # 3. Prettier prettier: @@ -112,7 +112,7 @@ jobs: - name: Linting working-directory: ./ - run: npm run prettier:all + run: npm run prettier # 4. Type check typecheck: @@ -140,7 +140,7 @@ jobs: - name: Validate working-directory: ./ - run: npm run type-check:all + run: npm run type-check # 5. YAML check yaml: