Skip to content

fix(database): typo #14

fix(database): typo

fix(database): typo #14

Workflow file for this run

name: Spellcheck Action

Check failure on line 1 in .github/workflows/.spellcheck.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/.spellcheck.yml

Invalid workflow file

`pull_request*` is not a valid event name
on: pull_request*
jobs:
build:
name: Get all changed markdown files
runs-on: ubuntu-latest
steps:
- uses: tj-actions/changed-files@v45
id: changed_files
with:
files: |
**.md
- name: Run Spellcheck
id: spellcheck
uses: rojopolis/spellcheck-github-actions@v0
with:
task_name: Markdown
source_files: ${{ steps.changed_files.outputs.all_changed_files }}