うみゅ commited on
Commit
586c661
·
unverified ·
1 Parent(s): d9dc4b1

Delete pylint.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/pylint.yml +0 -23
.github/workflows/pylint.yml CHANGED
@@ -1,24 +1 @@
1
- name: Pylint
2
 
3
- on: [push]
4
-
5
- jobs:
6
- build:
7
- runs-on: ubuntu-latest
8
- strategy:
9
- matrix:
10
- python-version: ["3.8", "3.9", "3.10"]
11
- steps:
12
- - uses: actions/checkout@v4
13
- - name: Set up Python ${{ matrix.python-version }}
14
- uses: actions/setup-python@v3
15
- with:
16
- python-version: ${{ matrix.python-version }}
17
- - name: Install dependencies
18
- run: |
19
- python -m pip install --upgrade pip
20
- pip install pylint
21
- pip install -r requirements.txt
22
- - name: Analysing the code with pylint
23
- run: |
24
- pylint $(git ls-files '*.py')
 
 
1