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