Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLovesDoggo authored Jan 6, 2024
1 parent d4a8226 commit 14499bb
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ name: build
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.12
uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: Install black
run: pip install black
- name: Format with black
run: |
black --version
black . --skip-string-normalization --check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.12
uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: Install black
run: pip install black
- name: Format with black
run: |
black --version
black . --skip-string-normalization --check
unit:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 14499bb

Please sign in to comment.