Skip to content

Add atproto-did code for Bluesky verification. (#40) #31

Add atproto-did code for Bluesky verification. (#40)

Add atproto-did code for Bluesky verification. (#40) #31

Workflow file for this run

name: codespell
on: [pull_request, push]
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pip install codespell
- run: codespell --count # --ignore-words-list="" --skip="*.css,*.js,*.lock,*.po"