Skip to content

Commit

Permalink
chore: Move misspell job into main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Oct 26, 2022
1 parent 9d401ab commit 7afc029
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 20 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ jobs:
with:
languages: go
- uses: github/codeql-action/analyze@807578363a7869ca324a79039e6db9c843e0e100
misspell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- uses: reviewdog/action-misspell@811b1e15f531430be3a5784e3d591bd657df18b0
with:
locale: US
test-alpine:
needs: changes
if: github.event_name == 'push' || needs.changes.outputs.code == 'true'
Expand Down
20 changes: 0 additions & 20 deletions .github/workflows/misspell.yml

This file was deleted.

0 comments on commit 7afc029

Please sign in to comment.