Commit 379e84b
committed
👷 Optimize CI workflow with modern GitHub Actions
Replace manual tool installation with GitHub Actions marketplace
actions
- Replace manual selene installation script with taiki-e/install-action
- Replace manual stylua installation script with taiki-e/install-action
- Add Node.js setup action for markdownlint dependency management
- Remove manual Lua installation step (not needed for tests)
- Simplify markdownlint installation to use npm directly
- Remove complex shell scripting and error handling from tool setup
Reduces CI execution time and improves reliability by using
maintained GitHub Actions instead of custom installation scripts.1 parent 7a0bf7f commit 379e84b
1 file changed
+17
-32
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
44 | 35 | | |
45 | 36 | | |
46 | 37 | | |
| |||
66 | 57 | | |
67 | 58 | | |
68 | 59 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | 60 | | |
76 | 61 | | |
77 | 62 | | |
| |||
0 commit comments