Skip to content

Commit

Permalink
reenable pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
pedohorse committed Dec 27, 2023
1 parent db3c54b commit bd9f9ad
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
name: Pylint

on: [push]
on:
push:
pull_request:
branches: [ dev, master ]

jobs:
build:

pylint:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit bd9f9ad

Please sign in to comment.