Skip to content

Commit

Permalink
fix: ci config error (#17)
Browse files Browse the repository at this point in the history
ref: f6572d4
  • Loading branch information
zhongjiajie authored Mar 16, 2023
1 parent bf1a115 commit 005c501
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ env:
jobs:
dead-link:
runs-on: ubuntu-latest
needs: license
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
Expand All @@ -29,7 +28,6 @@ jobs:
lint:
timeout-minutes: 15
runs-on: ubuntu-latest
needs: license
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.7
Expand Down

0 comments on commit 005c501

Please sign in to comment.