Skip to content

Commit

Permalink
ci: run static analysis workflows for pushes on every file
Browse files Browse the repository at this point in the history
Our static analysis setup works with files mostly anywhere in the
repository, not only those in the `src` folder.
  • Loading branch information
AlexTMjugador committed Oct 25, 2024
1 parent 66a25e3 commit 781c7ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Static analysis - Check format and run linter
on:
push:
paths:
- src/**
pull_request:
types:
- opened
Expand Down

0 comments on commit 781c7ea

Please sign in to comment.