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
update actions
pull/3/head
Tony-HYX
3 years ago
parent
903ec6801b
commit
7457e08301
1 changed files
with
6 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-2
.github/workflows/lint.yml
+ 6
- 2
.github/workflows/lint.yml
View File
@@ -12,6 +12,10 @@ jobs:
- name: Set up Python environment
uses: actions/setup-python@v4
with:
python-version: "3.
11
"
python-version: "3.
8
"
- name: flake8 Lint
uses: py-actions/flake8@v2
uses: py-actions/flake8@v2
with:
max-line-length: "100"
path: "src"
plugins: "flake8-bugbear==22.1.11 flake8-black"
Write
Preview
Loading…
Cancel
Save