This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
AbductiveLearning
/
ABLkit
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
[MNT] Only activate flake8 action when pushing to or pulling from the main branch.
pull/3/head
Gao Enhao
3 years ago
parent
a424b44e91
commit
fafe426f81
1 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
.github/workflows/lint.yaml
+ 5
- 1
.github/workflows/lint.yaml
View File
@@ -1,6 +1,10 @@
name: flake8 Lint
on: [push, pull_request]
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
flake8-lint:
Write
Preview
Loading…
Cancel
Save