Skip to content

Commit

Permalink
Merge branch 'master' of github.com:haarlemmer/CTFileParser
Browse files Browse the repository at this point in the history
  • Loading branch information
haarlemmer committed Apr 20, 2024
2 parents db83458 + 89c56d4 commit 87d5e61
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
name: Pylint
name: Auto Test

on: [push]

jobs:
build:

TestScript:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
Expand All @@ -16,8 +14,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint
pip install -r requirements.txt
- name: Analysing the code with pylint
- name: Run test script
run: |
pylint `ls -R|grep .py$|xargs`
python -m testscripts.testmain
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# CTFileParser
[![Pylint](https://github.com/haarlemmer/CTFile-Auto-Download/actions/workflows/pylint.yml/badge.svg)](https://github.com/haarlemmer/CTFile-Auto-Download/actions/workflows/pylint.yml)
[![Auto Test](https://github.com/haarlemmer/CTFileParser/actions/workflows/testscript.yml/badge.svg)](https://github.com/haarlemmer/CTFileParser/actions/workflows/testscript.yml)

城通网盘解析模块

**现观察到城通网盘对API进行了更改,模块现不可用,请等待更新**
*上方的 Badge 显示了上次 Commit 时此程序是否可用*

## Todo
- [ ] 修复解析
城通网盘解析模块

## Features
- [X] 城通及其马甲域名(包括自定义域名)分享链接解析
Expand Down

0 comments on commit 87d5e61

Please sign in to comment.