Skip to content

Commit

Permalink
Lint all files, not only python
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoura committed Nov 27, 2020
1 parent ea31591 commit 3f676f6
Showing 1 changed file with 3 additions and 5 deletions.
@@ -1,15 +1,13 @@
name: python_lint
name: repo_lint

on:
push:
paths:
- '**.py'
branches-ignore:
# already tested in PR
- master
pull_request:
paths:
- '**.py'
branches:
- master

jobs:
lint:
Expand Down

0 comments on commit 3f676f6

Please sign in to comment.