Skip to content

Commit

Permalink
lab5 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Eason-g-bit committed Nov 4, 2024
1 parent 754f2a1 commit a40c07c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.12

- name: Install flake8
run: pip install flake8

- name: Install black
run: pip install black
- name: black formatting
run: black .
- name: Run flake8
run: flake8 .

Expand Down

0 comments on commit a40c07c

Please sign in to comment.