Skip to content

Commit

Permalink
tmp2
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonEhrig committed Feb 12, 2024
1 parent 70468ab commit 0e88827
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: lint-code
on: [push, pull_request_target]
on: [push, pull_request]
jobs:
mypy-linter:
name: run mypy linter
Expand All @@ -18,9 +18,8 @@ jobs:
run: |
pip install mypy
- name: Run mypy
uses: wearerequired/lint-action@v2
with:
mypy: true
run: |
mypy bashi
pylint-linter:
name: run pylint linter
Expand All @@ -39,6 +38,5 @@ jobs:
run: |
pip install pylint
- name: Run pylint
uses: wearerequired/lint-action@v2
with:
pylint: true
run: |
pylint bashi

0 comments on commit 0e88827

Please sign in to comment.