Skip to content

File inherits from Stream: proper support for print and println of al… #44

File inherits from Stream: proper support for print and println of al…

File inherits from Stream: proper support for print and println of al… #44

Workflow file for this run

name: codespell
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: codespell-project/actions-codespell@master