Explorar o código

Run github actions on PRs

Fix naming of flake8 config file
Benjamin Gleitzman %!s(int64=4) %!d(string=hai) anos
pai
achega
6020732bc1
Modificáronse 2 ficheiros con 6 adicións e 0 borrados
  1. 3 0
      .flake8
  2. 3 0
      .github/workflows/python-non-master.yml

+ 3 - 0
.flake8

@@ -0,0 +1,3 @@
+[flake8]
+max-line-length = 119
+ignore = E9,F63,F7,F82,E402

+ 3 - 0
.github/workflows/python-non-master.yml

@@ -5,6 +5,9 @@ on:
     branches:
       - '*'
       - '!master'
+  pull_request:
+    branches:
+      - 'master'
 
 jobs:
   build: