Skip to content

[SDL] Remove update PR branch workflow #247

[SDL] Remove update PR branch workflow

[SDL] Remove update PR branch workflow #247

Workflow file for this run

name: Code Style
on:
push:
branches:
- master
pull_request:
branches:
- master
permissions:
contents: read
jobs:
pylint-code-check:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [ 3.8 ]
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Install dependencies
run: |
sudo apt install python3-setuptools
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
python3 -m pip install -r requirements_dev.txt
- name: Check code style
run: |
python3 -m pylint --load-plugins pylint_quotes model_analyzer