Unverified Commit 35daaaab authored by cutecutecat's avatar cutecutecat Committed by GitHub
Browse files

Create lint

parent ee9f3391
Loading
Loading
Loading
Loading

.github/workflows/lint

0 → 100644
+15 −0
Original line number Diff line number Diff line
name: Package Application with Pyinstaller

on:
  push:
    branches: [ main ]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      
      - name: Analysing the code with pylint
      uses: konstruktoid/action-pylint@master