Skip to content

Commit

Permalink
Github: lint on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
skotopes committed Aug 12, 2021
1 parent 3b7e69b commit d57f472
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/lint_c.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: 'Lint C/C++ with clang-format'

on:
push:
paths:
- '**.h'
- '**.c'
- '**.hpp'
- '**.cpp'
on: pull_request

env:
TARGETS: f6
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/lint_python.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: 'Python Lint'

on:
push:
paths:
- '**.py'
on: pull_request

jobs:
lint_python:
Expand Down

0 comments on commit d57f472

Please sign in to comment.