Skip to content

Commit 22a828c

Browse files
authored
chore: skip release bot coverage (#328)
* chore: skip release bot coverage * chore: fixed readme
1 parent 53ca8d8 commit 22a828c

2 files changed

Lines changed: 12 additions & 11 deletions

File tree

.github/workflows/test-coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
test:
9+
if: github.actor != 'dotenv-diff-release-bot'
910
runs-on: ubuntu-latest
1011
permissions:
1112
contents: write

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ First-class support for SvelteKit and Next.js. Also works well in modern JavaScr
1212

1313
### Warnings & errors detection
1414

15-
![Demo](../../docs/assets/demo.gif)
15+
![Demo](./docs/assets/demo.gif)
1616

1717
### Clean / successful scan
1818

19-
![Successful Scan](../../docs/assets/success.png)
19+
![Successful Scan](./docs/assets/success.png)
2020

2121
---
2222

@@ -32,7 +32,7 @@ First-class support for SvelteKit and Next.js. Also works well in modern JavaScr
3232

3333
## How It Works
3434

35-
→ See [Capabilities Documentation](../../docs/capabilities.md) for details on what the scanner checks for and how it works.
35+
→ See [Capabilities Documentation](./docs/capabilities.md) for details on what the scanner checks for and how it works.
3636

3737
---
3838

@@ -44,15 +44,15 @@ Generate a default configuration file:
4444
dotenv-diff --init
4545
```
4646

47-
→ See [Configuration Documentation](../../docs/configuration_and_flags.md#configuration-file) for more details.
47+
→ See [Configuration Documentation](./docs/configuration_and_flags.md#configuration-file) for more details.
4848

4949
---
5050

5151
## Git hooks and CI/CD Integration
5252

5353
Easily integrate dotenv-diff into your Git hooks or CI/CD pipelines to enforce environment variable consistency.
5454

55-
→ See [Git Hooks Documentation](../../docs/git_hooks_ci.md) for more details.
55+
→ See [Git Hooks Documentation](./docs/git_hooks_ci.md) for more details.
5656

5757
## Framework-Specific Warnings
5858

@@ -67,7 +67,7 @@ Framework issues (Sveltekit):
6767
→ Variables accessed through import.meta.env must start with "VITE_"
6868
```
6969

70-
→ See [Framework Documentation](../../docs/frameworks/index.md) for more details.
70+
→ See [Framework Documentation](./docs/frameworks/index.md) for more details.
7171

7272
## Ignore Comments
7373

@@ -79,7 +79,7 @@ const apiKey = process.env.API_KEY; // dotenv-diff-ignore
7979

8080
This is helpful when you know a specific warning is safe in your source code.
8181

82-
→ See [Ignore Comments Documentation](../../docs/ignore_comments.md) for more details.
82+
→ See [Ignore Comments Documentation](./docs/ignore_comments.md) for more details.
8383

8484
---
8585

@@ -92,7 +92,7 @@ Add expiration metadata to your environment variables to get warnings when they
9292
API_TOKEN=
9393
```
9494

95-
→ See [Expiration Documentation](../../docs/expiration_warnings.md) for more details.
95+
→ See [Expiration Documentation](./docs/expiration_warnings.md) for more details.
9696

9797
---
9898

@@ -108,7 +108,7 @@ In monorepos with multiple apps and packages, you can include shared folders:
108108
}
109109
```
110110

111-
→ See [Monorepo Documentation](../../docs/monorepo_support.md) for more details.
111+
→ See [Monorepo Documentation](./docs/monorepo_support.md) for more details.
112112

113113
This will:
114114

@@ -127,14 +127,14 @@ This will:
127127

128128
## Documentation
129129

130-
→ See [dotenv-diff Documentation](../../docs/index.md) for full documentation
130+
→ See [dotenv-diff Documentation](./docs/index.md) for full documentation
131131

132132
---
133133

134134
## Contributing
135135

136136
Issues and pull requests are welcome.
137-
→ See [CONTRIBUTING](../../CONTRIBUTING.md) for details.
137+
→ See [CONTRIBUTING](./CONTRIBUTING.md) for details.
138138

139139
Thanks to these amazing people for contributing to this project:
140140

0 commit comments

Comments
 (0)