Skip to content

Commit

Permalink
chore: simplify GitHub Actions workflow by removing type check and li…
Browse files Browse the repository at this point in the history
…nt steps
  • Loading branch information
Konano committed Jan 23, 2025
1 parent b11151e commit 04a597c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flit mypy ruff
- name: Type check
run: mypy tcpp.py

- name: Lint
run: ruff check .
pip install flit
- name: Build and publish
env:
Expand Down

0 comments on commit 04a597c

Please sign in to comment.