Skip to content

Commit

Permalink
use the python action
Browse files Browse the repository at this point in the history
  • Loading branch information
coco875 committed Sep 11, 2024
1 parent 1deaf61 commit 94f849e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/black-suggest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Install Dependance
run: |
apt isntall python3-full
- uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: 'pip' # caching pip dependencies
- run:
pip install black==23.12.1
- name: Run black style check.
run: |
Expand Down

0 comments on commit 94f849e

Please sign in to comment.