Skip to content

Refactor key and certificate loading; unify usage messages for file and URI arguments #16

Refactor key and certificate loading; unify usage messages for file and URI arguments

Refactor key and certificate loading; unify usage messages for file and URI arguments #16

Workflow file for this run

name: Codespell
on:
pull_request:
push:
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@master
with:
skip: '*.pem'