Skip to content

Commit

Permalink
add codespell to release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
swapdisk committed Jan 8, 2024
1 parent 2affdbe commit 58776da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
name: CodeSpell

on:
push:
branches:
- main
pull_request:
branches:
- main
- push
- pull_request
- workflow_call

jobs:
codespell:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@ jobs:
uses: redhat-cop/infra.lvm_snapshots/.github/workflows/pylint.yml@main
shellcheck:
uses: redhat-cop/infra.lvm_snapshots/.github/workflows/shellcheck.yml@main
codespell:
uses: redhat-cop/infra.lvm_snapshots/.github/workflows/codespell.yml@main
prechecks:
needs:
- ansible-lint
- pylint
- shellcheck
- codespell
runs-on: ubuntu-latest
steps:
- run: >-
Expand Down

0 comments on commit 58776da

Please sign in to comment.