Skip to content

bump version to 1.2.0 #40

bump version to 1.2.0

bump version to 1.2.0 #40

Workflow file for this run

name: pylint
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip3 install pylint
- name: Analysing...
id: main
working-directory: ./
run: |
python3 -m pylint --rcfile=./.pylintrc src/pyaddict
continue-on-error: false