Skip to content

[fips140][configtls.TestTPM_loadCertificate] Skip test if GODEBUG=fips140=only is set #7145

[fips140][configtls.TestTPM_loadCertificate] Skip test if GODEBUG=fips140=only is set

[fips140][configtls.TestTPM_loadCertificate] Skip test if GODEBUG=fips140=only is set #7145

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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- name: Run cSpell
uses: streetsidesoftware/cspell-action@3294df585d3d639e30f3bc019cb11940b9866e95 # v8.0.0
with:
incremental_files_only: false
use_cspell_files: true
config: '.github/workflows/utils/cspell.json'