Commit 1f17c69
authored
This pull request makes minor updates to the workflow configuration and
development dependencies. The workflow for text linting is expanded to
include `package.json` as a trigger, and the `eslint-markdown`
dependency is updated to a newer version.
- **Workflow Configuration Updates:**
* The `.github/workflows/textlint_lint.yml` workflow now also triggers
on changes to `package.json`, in addition to the existing paths.
- **Dependency Updates:**
* Upgraded the `eslint-markdown` package in `package.json` from version
`^0.1.0-canary.12` to `^0.5.0`.
1 parent 4552962 commit 1f17c69
3 files changed
+7
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3741 | 3741 | | |
3742 | 3742 | | |
3743 | 3743 | | |
3744 | | - | |
3745 | | - | |
3746 | | - | |
3747 | | - | |
| 3744 | + | |
| 3745 | + | |
| 3746 | + | |
| 3747 | + | |
3748 | 3748 | | |
3749 | 3749 | | |
3750 | 3750 | | |
| |||
0 commit comments