Skip to content

Update 29: Add Calculating Method for Function Signatures with Various Parameter… #424

Update 29: Add Calculating Method for Function Signatures with Various Parameter…

Update 29: Add Calculating Method for Function Signatures with Various Parameter… #424

Workflow file for this run

name: Codespell
on:
push:
branches:
- main
pull_request:
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run CodeSpell
uses: codespell-project/actions-codespell@v1.0
with:
check_filenames: true
ignore_words_file: .codespellignore
skip: "./.git,package-lock.json,./Languages/es,./Languages/pt-br"