1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2025-07-11 14:30:25 +02:00

Update lint_python.yml

This commit is contained in:
Christian Clauss
2023-03-04 14:47:17 +01:00
committed by GitHub
parent 71be75ad5d
commit 2ff5e7051e

View File

@ -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