Skip to content

Skip testnet test... Not needed for production and it's failing. #598

Skip testnet test... Not needed for production and it's failing.

Skip testnet test... Not needed for production and it's failing. #598

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