Skip to content

refactor due to clang support (#24) #204

refactor due to clang support (#24)

refactor due to clang support (#24) #204

Workflow file for this run

# SPDX-FileCopyrightText: 2022 The Ikarus Developers [email protected]
# SPDX-License-Identifier: LGPL-3.0-or-later
name: codespell
on: [push]
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@master