Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Add archival message to README #117

Add archival message to README

Add archival message to README #117

Workflow file for this run

name: Style check
on:
push:
branches:
- main
pull_request:
jobs:
check-style:
timeout-minutes: 15
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8']
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install black
- name: Run black
run: |
black --check .