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 7bc183f commit 699ee29
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/update_hosts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
python -m pip install --upgrade pip
sudo pip install -r requirements.txt
pip install black
- name: Check code format
run:
black --check .

- name: Run hosts update script1
run: |
sudo python3 setHosts.py
Expand Down

0 comments on commit 699ee29

Please sign in to comment.