Update and rename ruff.yml to python.yml

pull/341/head
Christian Clauss 2 years ago committed by GitHub
parent b1b904c1e3
commit 8bfbb250a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,10 +1,11 @@
# https://beta.ruff.rs
name: python
on:
push:
branches: [master]
pull_request:
branches: [master]
on: [pull_request, push]
#on:
# push:
# branches: [master]
# pull_request:
# branches: [master]
jobs:
ruff:
runs-on: ubuntu-latest
Loading…
Cancel
Save