Skip to content

Update to latest poetry-publish action #603

Update to latest poetry-publish action

Update to latest poetry-publish action #603

Workflow file for this run

name: Code format lint
on:
push:
paths-ignore:
- '**.md'
- '.gitignore'
- 'LICENSE'
- '.env*'
pull_request:
paths-ignore:
- '**.md'
- '.gitignore'
- 'LICENSE'
- '.env*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- name: Run black
uses: psf/black@stable