diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index e88ce199..649d9aee 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -2,9 +2,9 @@ name: Test Action on: push: branches: [main] - paths: ["action.yml", "scripts/rumdl-action.sh"] + paths: ["action.yml", "scripts/rumdl-action.sh", "__tests__/fixtures/**", ".github/workflows/test-action.yml"] pull_request: - paths: ["action.yml", "scripts/rumdl-action.sh"] + paths: ["action.yml", "scripts/rumdl-action.sh", "__tests__/fixtures/**", ".github/workflows/test-action.yml"] workflow_dispatch: concurrency: diff --git a/__tests__/fixtures/malformed/bad.md b/__tests__/fixtures/malformed/bad.md index 4cc621f6..b785c82b 100644 --- a/__tests__/fixtures/malformed/bad.md +++ b/__tests__/fixtures/malformed/bad.md @@ -1,3 +1,2 @@ # Bad markdown - -## No space after hash +##No space after hash