Skip to content

fuzzer: fix unused setting on argc & argv #20

fuzzer: fix unused setting on argc & argv

fuzzer: fix unused setting on argc & argv #20

Workflow file for this run

# GitHub actions workflow.
# https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions
name: Codespell
on: [push, pull_request]
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@v2