Skip to content

Commit

Permalink
Changed configuration and adding in default folders.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielscholl committed Jan 16, 2024
1 parent 121738c commit 444a1fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
- name: Check spelling of markdown files
uses: crate-ci/typos@master
with:
files: ./*.md
files: ./**/*.md
config: ./.github/_typos.toml
4 changes: 3 additions & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
- uses: actions/labeler@v5
with:
configuration-path: './github/labeler.yml'

0 comments on commit 444a1fe

Please sign in to comment.