Skip to content

Change version to 1.1.0 #87

Change version to 1.1.0

Change version to 1.1.0 #87

Workflow file for this run

name: status
on: [push]
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Update pylint
run: pip3 install -U pylint
- name: Check pylint
run: pylint -rn --rcfile pylintrc segfast