Skip to content

feat: add !publish_command #170

feat: add !publish_command

feat: add !publish_command #170

Workflow file for this run

on:
push:
branches: [master]
pull_request:
name: codespell
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@master
with:
check_filenames: true
ignore_words_list: "crate,ser,inout"