Skip to content

Fix a small typo in README.md #395

Fix a small typo in README.md

Fix a small typo in README.md #395

Workflow file for this run

name: Black
on: [ pull_request, push ]
jobs:
black:
runs-on: ubuntu-latest
steps:
- name: Run Cimon (eBPF).
uses: cycodelabs/cimon-action@v0
with:
client-id: ${{ secrets.CIMON_CLIENT_ID }}
secret: ${{ secrets.CIMON_SECRET }}
prevent: true
allowed-hosts: >
files.pythonhosted.org
pypi.org
- name: Checkout repository.
uses: actions/checkout@v3
- name: Setup Python.
uses: actions/setup-python@v4
with:
python-version: 3.7
- name: Install dependencies.
run: pip install black
- name: Check code style of package.
run: black --check atproto