Skip to content

ares_destroy() race condition during shutdown due to missing lock (… #1

ares_destroy() race condition during shutdown due to missing lock (…

ares_destroy() race condition during shutdown due to missing lock (… #1

Workflow file for this run

# Copyright (C) The c-ares project and its contributors
#
# SPDX-License-Identifier: MIT
name: Codespell
on:
push:
paths:
- 'src/**'
- 'include/**'
pull_request:
paths:
- 'src/**'
- 'include/**'
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: install
run: |
sudo apt-get update
sudo apt-get install codespell
- name: spellcheck
run: codespell -I .github/scripts/codespell-ignore.txt --skip="src/lib/thirdparty" include src