Skip to content

Commit

Permalink
Run typos workflows once where appropriate
Browse files Browse the repository at this point in the history
  • Loading branch information
rockerBOO committed Nov 29, 2024
1 parent dd3b846 commit 89825d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/typos.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
---
# yamllint disable rule:line-length
name: Typos

on: # yamllint disable-line rule:truthy
on:
push:
branches:
- main
- dev
pull_request:
types:
- opened
Expand Down
1 change: 1 addition & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ testpaths =
filterwarnings =
ignore::DeprecationWarning
ignore::UserWarning
ignore::FutureWarning

0 comments on commit 89825d6

Please sign in to comment.