Skip to content

Merge pull request #203 from codablock/add-kluctl #64

Merge pull request #203 from codablock/add-kluctl

Merge pull request #203 from codablock/add-kluctl #64

Workflow file for this run

name: CodeSpell Integration
on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Codespell
uses: codespell-project/actions-codespell@v1