Skip to content

Commit

Permalink
tests: run lint on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez authored Dec 9, 2023
1 parent 3b6aa06 commit 4700a26
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ name: "lint"

# yamllint disable-line rule:truthy
on:
pull_request:
branches:
- '*'
push:
branches:
- "*"
- 'main'
- 'master'

jobs:
lint:
Expand Down

0 comments on commit 4700a26

Please # to comment.