Skip to content

updated techinque and tool #5

updated techinque and tool

updated techinque and tool #5

Workflow file for this run

name: Spell Checker
on:
workflow_dispatch:
pull_request:
push:
branches:
- master
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@master
with:
ignore_words_list: "aas,aaS,ba,bund,compliancy,firt,ist,keypair,ligh,Manuel,Manual,ro,ser,synopsys,theses,zuser,lief"
skip: "*.json,*.yml,*.apk,*.ipa,*.svg"