Skip to content

Commit

Permalink
Update pylint.yml
Browse files Browse the repository at this point in the history
Signed-off-by: OJ Adeyemi <[email protected]>
  • Loading branch information
ojadeyemi committed Jun 13, 2024
1 parent 6e97836 commit f989396
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Pylint
name: Run Pylint

on: [push]
on:
push:
branches: [master, main]
pull_request:
branches: [master, main]

jobs:
build:
Expand Down

0 comments on commit f989396

Please sign in to comment.