Skip to content

feat(codespell): add codespell and fix typo #9

feat(codespell): add codespell and fix typo

feat(codespell): add codespell and fix typo #9

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
permissions:
contents: write
pull-requests: write
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run CodeSpell
uses: codespell-project/actions-codespell@v2