Skip to content

Merge pull request #6 from tateru/error-handling #11

Merge pull request #6 from tateru/error-handling

Merge pull request #6 from tateru/error-handling #11

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Lint with black
uses: psf/black@stable