Skip to content

Commit

Permalink
更新 update_hosts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sinspired authored Dec 7, 2024
1 parent 412c4d5 commit 1af5989
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update_hosts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
python -m pip install --upgrade pip
sudo pip install -r requirements.txt
sudo pip install black
- name: Check code format
run:
sudo black --check .
- name: 'Run PEP8'
uses: quentinguidee/pep8-action@v1
with:
arguments: '--max-line-length=120'

- name: Run hosts update script1
run: |
Expand Down

0 comments on commit 1af5989

Please sign in to comment.