Skip to content

Bump pylint from 3.3.8 to 3.3.9 (#32) #86

Bump pylint from 3.3.8 to 3.3.9 (#32)

Bump pylint from 3.3.8 to 3.3.9 (#32) #86

Workflow file for this run

name: black
on: [push]
permissions:
contents: read
jobs:
run-black:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Installs packages
run: pip3 install .[dev]
- name: Runs black
run: black --check pyrwgps