Skip to content

Commit

Permalink
ci(python): Fix broken lint workflow (#5584)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Nov 22, 2022
1 parent 12c21e5 commit 2affff9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint-global.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Lint global
on:
pull_request:
paths:
- ['**.md', '**.toml'] # This workflow currently only lints markdown and TOML files
- '**.md'
- '**.toml'
- '.github/workflows/lint-global.yaml'

concurrency:
Expand Down

0 comments on commit 2affff9

Please sign in to comment.