Skip to content

Commit

Permalink
fix: disable spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
eitjuh committed Dec 9, 2024
1 parent eab53c2 commit 4850fc8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ jobs:
- name: Run formatting
run: pnpm run format:js

spell-check:
needs: install_modules
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/base-setup
name: Base Setup
- name: Run Spellcheck
run: pnpm run spellcheck:lint
# spell-check:
# needs: install_modules
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: ./.github/actions/base-setup
# name: Base Setup
# - name: Run Spellcheck
# run: pnpm run spellcheck:lint

build:
needs: install_modules
Expand Down

0 comments on commit 4850fc8

Please sign in to comment.