Skip to content

Commit 6d6660a

Browse files
author
ZhengLin Li
committed
Merge remote-tracking branch 'origin/fix_travis_to_gh_action' into fix_travis_to_gh_action
2 parents c59cdde + 907ebb9 commit 6d6660a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/CI.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ on: [ push, pull_request ]
44

55
jobs:
66
ci:
7-
runs-on: ubuntu-latest
8-
steps:
9-
- uses: actions/checkout@v3
10-
- uses: actions/setup-python@v4
11-
with:
12-
python-version: '3.10'
13-
- run: |
14-
python -m pip install --upgrade pip
15-
pip install -r requirements.txt
16-
./bugs.py check
17-
./bugs.py export_database
18-
flake8 bugs.py
19-
pylint bugs.py
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v3
10+
- uses: actions/setup-python@v4
11+
with:
12+
python-version: '3.10'
13+
- run: |
14+
python -m pip install --upgrade pip
15+
pip install -r requirements.txt
16+
./bugs.py check
17+
./bugs.py export_database
18+
flake8 bugs.py
19+
pylint bugs.py

0 commit comments

Comments
 (0)