Skip to content

Commit

Permalink
ci: disable codespell job
Browse files Browse the repository at this point in the history
  • Loading branch information
farioas committed Mar 4, 2024
1 parent ce33521 commit 22a3c48
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
---
name: Codespell

on:
push:
branches: [develop,master]
pull_request:
branches: [develop,master]

jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4
- name: Codespell
uses: codespell-project/actions-codespell@v2
with:
skip: "**/3rdpartylicenses.txt,**/package.json,**/package-lock.json"
#---
#name: Codespell
#
#on:
# push:
# branches: [develop,master]
# pull_request:
# branches: [develop,master]
#
#jobs:
# codespell:
# name: Check for spelling errors
# runs-on: ubuntu-latest
#
# steps:
# - name: Checkout
# uses: actions/checkout@v4
# - name: Codespell
# uses: codespell-project/actions-codespell@v2
# with:
# skip: "**/3rdpartylicenses.txt,**/package.json,**/package-lock.json"

0 comments on commit 22a3c48

Please sign in to comment.