Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Feb 27, 2024
1 parent 2586179 commit dba05bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/spelling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.head.sha }}

- name: Debug
id: debug
Expand All @@ -59,6 +60,7 @@ jobs:
spelling:
name: Check spelling 🔠
runs-on: ubuntu-latest
needs: check-whether-skip
if: >
!contains(needs.check-whether-skip.outputs.head-commit-message, '[skip spelling]')
&& github.event.pull_request.draft == false
Expand Down

0 comments on commit dba05bb

Please sign in to comment.