Commit 03a9d35
authored
🪲[Fix]: Fix linting issue for
This pull request updates the `Action-Test` GitHub Actions workflow to
improve its automation and linting capabilities. The most important
changes are grouped below.
**Workflow triggers:**
* The workflow will now also run on pushes to the `main` branch, in
addition to the existing triggers (`workflow_dispatch`, `pull_request`,
and `schedule`).
**Job steps and linting improvements:**
* The step that used the `PSModule/GitHub-Script@v1` action to list
files and commit documentation changes has been removed, simplifying the
workflow.
* The `Lint documentation` step now uses `super-linter/[email protected]`
instead of a pinned commit from v8.2.0, and several new environment
variables have been added to enable broader validation
(`VALIDATE_NATURAL_LANGUAGE`, `VALIDATE_ALL_CODEBASE`,
`USE_FIND_ALGORITHM`).main (#24)1 parent aa32aa1 commit 03a9d35
1 file changed
+7
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
| |||
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | 51 | | |
61 | | - | |
| 52 | + | |
62 | 53 | | |
63 | 54 | | |
64 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
0 commit comments