Skip to content

Use bio_new_file() wrapper instead of BIO_new_file() for consistent f… #17

Use bio_new_file() wrapper instead of BIO_new_file() for consistent f…

Use bio_new_file() wrapper instead of BIO_new_file() for consistent f… #17

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'