Skip to content

Commit

Permalink
Merge pull request #6 from uwescience/codespell
Browse files Browse the repository at this point in the history
Adds a codespell step to the build.
  • Loading branch information
arokem authored May 13, 2024
2 parents e78550e + fdc1cd5 commit a9cb32e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,16 @@ permissions:
pages: write

jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@master

build-deploy:
runs-on: ubuntu-latest
steps:

- name: Check out repository
uses: actions/checkout@v4

Expand Down

0 comments on commit a9cb32e

Please sign in to comment.