Skip to content

chore(userspace/falco): always print invalid syscalls from custom set #1285

chore(userspace/falco): always print invalid syscalls from custom set

chore(userspace/falco): always print invalid syscalls from custom set #1285

Workflow file for this run

name: Codespell
on:
pull_request:
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: codespell-project/actions-codespell@master
with:
skip: .git
ignore_words_file: .codespellignore
check_filenames: true
check_hidden: false