Skip to content

Commit

Permalink
Add GitHub action for pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
plbrault committed Aug 19, 2023
1 parent 30804bb commit 7afaab3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

name: pylint
on: [push]


jobs:
pylint:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Install dependencies
uses: VaultVulp/[email protected]
with:
command: sync --dev
- name: Build
uses: VaultVulp/[email protected]
with:
command: run pylint

0 comments on commit 7afaab3

Please sign in to comment.