Skip to content

Commit ef2bdf0

Browse files
authored
Merge pull request #113 from virtualroot/fix/linters
Add `--include-fragments` to `lychee`
2 parents 853e709 + 739bf74 commit ef2bdf0

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
with:
1919
# Exclude twitter.com (https://github.com/lycheeverse/lychee/issues/989)
2020
# Exclude udemy.com (Failed: Network error: Forbidden)
21-
args: README.md --verbose --no-progress --exclude twitter.com --exclude udemy.com
21+
# Add check for url.com/index#fragments
22+
args: README.md --verbose --no-progress --exclude twitter.com --exclude udemy.com --include-fragments
2223
fail: true
2324
env:
2425
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
- [Fork announcement](https://opentofu.org/announcement)
3030
- [Registry](https://github.com/opentofu/registry)
3131
- [Registry MCP Server](https://github.com/opentofu/opentofu-mcp-server#opentofu-mcp-server)
32-
- [Weekly updates](https://github.com/opentofu/opentofu/blob/main/WEEKLY_UPDATES.md#weekly-updates)
32+
- [Weekly updates](https://github.com/opentofu/opentofu/blob/main/WEEKLY_UPDATES.md)
3333
- [Office hours](https://www.youtube.com/watch?v=aEoMzUza6Ok&list=PLnVotLM2QsyhCc1_8PA7fbVF-ixt4_XAY)
3434
- [Technical Steering Committee updates](https://github.com/opentofu/org/tree/main/TSC)
3535

@@ -90,7 +90,7 @@
9090
### CI
9191

9292
- [Atlantis](https://www.runatlantis.io/) - Automating workflows via pull requests.
93-
- [Burrito](https://docs.burrito.tf/overview/) - Burrito is a TACoS (Terraform Automation and Collaboration Software) that works inside Kubernetes.
93+
- [Burrito](https://docs.burrito.tf/latest/overview/) - A TACoS (Terraform Automation and Collaboration Software) that works inside Kubernetes.
9494
- [TF-via-PR](https://github.com/OP5dev/TF-via-PR) - GitHub Action to init, plan and apply Terraform/OpenTofu via PR automation.
9595
- [pre-commit-opentofu](https://github.com/tofuutils/pre-commit-opentofu) - Git pre-commit hooks plugin.
9696
- [setup-opentofu](https://github.com/opentofu/setup-opentofu) - Set up OpenTofu CLI in your GitHub Actions workflow.
@@ -126,10 +126,10 @@
126126
### Registry
127127

128128
- [library.tf](https://library.tf/) - An indexer of registries for providers and modules with insights and documentation.
129-
- [boring-registry](https://github.com/boring-registry/boring-registry) - Boring-registry is an open-source module and provider registry compatible with OpenTofu.
129+
- [boring-registry](https://github.com/boring-registry/boring-registry) - An open-source module and provider registry compatible with OpenTofu.
130130
- [hermitcrab](https://github.com/seal-io/hermitcrab) - Registry network mirroring service compatible with OpenTofu.
131131
- [terrac](https://github.com/haoliangyu/terrac) - Minimal private module registry compatible with OpenTofu.
132-
- [GitLab Module Registry](https://docs.gitlab.com/ee/user/packages/terraform_module_registry/) - Use GitLab projects as a private registry for terraform modules.
132+
- [GitLab Module Registry](https://docs.gitlab.com/ee/user/packages/terraform_module_registry/) - Use GitLab projects as a private registry for Terraform modules.
133133
- [terralist](https://github.com/terralist/terralist) - Private registry for providers and modules.
134134
- [citizen](https://github.com/outsideris/citizen) - Private registry for modules and providers with support for multiple databases and storages.
135135
- [petra](https://github.com/devoteamgcloud/petra) - Private registry manager using Google Cloud Storage.
@@ -141,7 +141,7 @@
141141

142142
### Helpers
143143

144-
- [OpenTofu Language Server](https://github.com/opentofu/tofu-ls) - OpenTofu Language Server.
144+
- [OpenTofu Language Server](https://github.com/opentofu/tofu-ls) - The OpenTofu Language Server.
145145
- [VS Code Extension](https://open-vsx.org/extension/OpenTofu/vscode-opentofu) - Extension for Visual Studio Code with the OpenTofu Language Server adds editing features for OpenTofu files such as syntax highlighting, IntelliSense, code navigation, code formatting, module explorer.
146146
- [zed Extension](https://github.com/ashpool37/zed-extension-opentofu) - Extension for the Zed Editor.
147147
- [terratag](https://github.com/env0/terratag) - CLI tool allowing for tags or labels to be applied across an entire set of OpenTofu/Terraform files.

0 commit comments

Comments
 (0)