Skip to content

feat(shared): Simplifying storage class creation with helm module #2

feat(shared): Simplifying storage class creation with helm module

feat(shared): Simplifying storage class creation with helm module #2

name: Spell Checker
on: push
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
include: |
**/*.md
**/*.txt
name: Check Spelling

Check failure on line 15 in .github/workflows/spell-checker.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/spell-checker.yaml

Invalid workflow file

You have an error in your yaml syntax on line 15
on:
push:
branches: ["**"]
tags-ignore: ["**"]
pull_request_target:
issue_comment:
types: [created]
jobs:
spelling:
name: Check Spelling
permissions:
contents: read
pull-requests: read
actions: read
security-events: write
outputs:
followup: ${{ steps.spelling.outputs.followup }}
internal_state_directory: ${{ steps.spelling.outputs.internal_state_directory }}
docker_container: ${{ steps.spelling.outputs.docker_container }}