Skip to content

Commit

Permalink
Remove lint
Browse files Browse the repository at this point in the history
  • Loading branch information
relatko committed Oct 26, 2023
1 parent 6c818c3 commit f096ad8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 28 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: TypeCheck and tests

on:
push:
paths:
- '*.py'
push: [push]

jobs:
mypy:
Expand All @@ -17,7 +15,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- name: Install mypy
run: pip install mypy
run: |
pip install mypy
- name: Run all checks
run: make
run: |
make
23 changes: 0 additions & 23 deletions .github/workflows/pylint.yml

This file was deleted.

0 comments on commit f096ad8

Please sign in to comment.