Skip to content

sysfs.c: fix an theoretical issue with snprintf() #7

sysfs.c: fix an theoretical issue with snprintf()

sysfs.c: fix an theoretical issue with snprintf() #7

Workflow file for this run

# SPDX-FileCopyrightText: 2024 Emil Velikov <emil.l.velikov@gmail.com>
#
# SPDX-License-Identifier: LGPL-2.1-or-later
name: Check spelling with codespell
on:
push:
branches: [master, ci-test]
pull_request:
branches: [master]
permissions:
contents: read
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2.1
with:
ignore_words_file: .codespellignore
skip: NEWS