From 6410c11c28de36c8ce77e1719b01632c9bd434a7 Mon Sep 17 00:00:00 2001 From: Patrik Zita Date: Tue, 16 Jan 2024 07:19:44 +0100 Subject: [PATCH] remove spellcheck from github actions --- .github/workflows/learn-github-actions.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/learn-github-actions.yml b/.github/workflows/learn-github-actions.yml index 941ab0f..4f00f09 100644 --- a/.github/workflows/learn-github-actions.yml +++ b/.github/workflows/learn-github-actions.yml @@ -14,8 +14,4 @@ jobs: - run: npm run dev & - run: sleep 15 - run: npm run codegen - - run: npm run build - - name: Spellcheck - run: | - npm install -g cspell - cspell "**/*.{js,jsx,ts,tsx,md}" + - run: npm run build \ No newline at end of file