mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-22 16:39:40 +00:00
Update lint_python.yml
This commit is contained in:
parent
71be75ad5d
commit
2ff5e7051e
1 changed files with 5 additions and 1 deletions
6
.github/workflows/lint_python.yml
vendored
6
.github/workflows/lint_python.yml
vendored
|
|
@ -1,5 +1,9 @@
|
|||
name: lint_python
|
||||
on: [pull_request, push]
|
||||
on:
|
||||
pull_request:
|
||||
branches: [master]
|
||||
push:
|
||||
branches: [master]
|
||||
jobs:
|
||||
lint_python:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue