You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: comprehensive linting and CI compliance overhaul
- Standardized all Markdown headers to ATX format and ensured exactly one H1 per file.
- Renamed WIKI.md main header to 'Overview' for consistency.
- Enforced dash-style lists and added language tags to all code blocks.
- Hardened GitHub Action workflows by adding 'persist-credentials: false' and migrating to 'apt'.
- Improved shell script robustness with 'set -euo pipefail' and POSIX/Bash compatibility fixes.
- Repaired broken internal links and anchor fragments across documentation.
- Applied project-wide Prettier formatting.
Co-authored-by: christopherfoxjr <213370400+christopherfoxjr@users.noreply.github.com>
docker run --rm --privileged -v "$PWD:/w" -e RUN_NUM=local debian:trixie /w/build.sh
26
-
```
27
-
28
-
```
29
-
30
-
```
31
-
32
-
```
33
-
34
-
```
35
-
36
-
````
26
+
bash
37
27
***
38
28
## How to Contribute
39
29
40
30
### Reporting Bugs
41
31
42
-
If you find a bug, please open an issue on our [GitHub repository](https://github.com/WolfTech-Innovations/Kiba/issues). Provide as much detail as possible, including:
32
+
If you find a bug, please open an issue on our [GitHub repository]([Kiba](https://github.com/WolfTech-Innovations/Kiba)/issues). Provide as much detail as possible, including:
43
33
44
34
- A clear and descriptive title.
45
35
- Steps to reproduce the bug.
@@ -108,5 +98,7 @@ By contributing to KibaTV, you agree that your contributions will be licensed un
Issues and pull requests are welcome at the [WolfTech-Innovations/Kiba](https://github.com/WolfTech-Innovations/Kiba) repository. Please open an issue before starting significant work, thanks!
234
+
Issues and pull requests are welcome at the [WolfTech-Innovations/Kiba](<[Kiba](https://github.com/WolfTech-Innovations/Kiba)>) repository. Please open an issue before starting significant work, thanks!
KibaTV is a distribution composed of many independent components. While each component carries its own license, the build scripts, configurations, and original tooling in this repository are licensed under the [**MIT License**](./LICENSE).
docker run --rm --privileged -v "$PWD:/w" -e RUN_NUM=local debian:trixie /w/build.sh
26
-
```
27
-
28
-
```
29
-
30
-
```
31
-
32
-
```
33
-
34
-
```
35
-
36
-
````
26
+
bash
37
27
***
38
28
## How to Contribute
39
29
40
30
### Reporting Bugs
41
31
42
-
If you find a bug, please open an issue on our [GitHub repository](https://github.com/WolfTech-Innovations/Kiba/issues). Provide as much detail as possible, including:
32
+
If you find a bug, please open an issue on our [GitHub repository]([Kiba](https://github.com/WolfTech-Innovations/Kiba)/issues). Provide as much detail as possible, including:
43
33
44
34
- A clear and descriptive title.
45
35
- Steps to reproduce the bug.
@@ -108,5 +98,7 @@ By contributing to KibaTV, you agree that your contributions will be licensed un
0 commit comments