Skip to content

[confignet] Allow setting security descriptors for npipes #12236

[confignet] Allow setting security descriptors for npipes

[confignet] Allow setting security descriptors for npipes #12236

Workflow file for this run

name: Spell Check
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
spell-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Run cSpell
uses: streetsidesoftware/cspell-action@de2a73e963e7443969755b648a1008f77033c5b2 # v8.4.0
with:
incremental_files_only: false
use_cspell_files: true
config: '.github/workflows/utils/cspell.json'