Skip to content

Commit

Permalink
ci: Markdown に関する CI の修正 (#97)
Browse files Browse the repository at this point in the history
* ci: Remove paths-ignore

* ci: Add test-else
  • Loading branch information
MikuroXina authored Mar 24, 2022
1 parent a327430 commit 13a9529
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: run eslint

on:
pull_request:
paths-ignore:
- '**.md'

jobs:
run_eslint:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: run prettier

on:
pull_request:
paths-ignore:
- '**.md'

jobs:
run_prettier:
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/test-else.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: run jest

on:
pull_request:
paths:
- "**.md"

jobs:
run_jest:
name: jest
runs-on: ubuntu-latest
steps:
- run: echo "No test required" '

0 comments on commit 13a9529

Please sign in to comment.