Unverified Commit 157fe0ee authored by cutecutecat's avatar cutecutecat Committed by GitHub
Browse files

Update main.yml

parent d3b2bc36
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -12,14 +12,8 @@ jobs:
    steps:
#     - uses: actions/checkout@v2
        
    - name: Install dependencies for pylint
      run: |
        python -m pip install --upgrade pip
        pip install pylint
        
    - name: Analysing the code with pylint
      run: |
        pylint src
      uses: konstruktoid/action-pylint@master
    
    - name: Unit Testing With Python
      run: python -m unittest main_test.TestCtrl