Skip to content

Add prettier to ci

Add prettier to ci #10

Workflow file for this run

# This workflow runs codespell on the repository.
name: Codespell
on: push
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run codespell
uses: codespell-project/actions-codespell@v2