Unai Garay Maestre commited on
Commit
60642ec
·
unverified ·
1 Parent(s): 101be32

Create linter.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/linter.yml +15 -0
.github/workflows/linter.yml ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: Linting
2
+
3
+ on:
4
+ push:
5
+ branches: [ "main" ]
6
+
7
+ workflow_dispatch:
8
+
9
+ jobs:
10
+ linting:
11
+ runs-on: ubuntu-latest
12
+
13
+ steps:
14
+ - name: Python Linter
15
+ uses: sunnysid3up/[email protected]