Skip to content

Commit

Permalink
trying another one
Browse files Browse the repository at this point in the history
  • Loading branch information
JonhasSC committed Mar 27, 2024
1 parent 797c566 commit 6dbe7c1
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 40 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Test-Lint

on: [pull_request]

jobs:
pylint:
name: Test Analysis
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Python Linter
uses: sunnysid3up/python-linter@master
with:
source: "src"
mypy-options: "--ignore-missing-imports --show-error-codes"
pylint-options: "--rcfile=setup.cfg"
isort-options: "-w 100"
django: true
32 changes: 0 additions & 32 deletions .github/workflows/other-lint-test.yml

This file was deleted.

8 changes: 0 additions & 8 deletions requirements.txt

This file was deleted.

0 comments on commit 6dbe7c1

Please sign in to comment.