Skip to content

Update talks.yaml

Update talks.yaml #777

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@v3
- uses: codespell-project/actions-codespell@master
with:
ignore_words_list: "aas,aaS,ba,bund,compliancy,firt,ist,keypair,ligh,ro,ser,synopsys,theses,zuser,lief,Manuel"
skip: "*.json,*.yml,*.apk,*.ipa"