File tree Expand file tree Collapse file tree 3 files changed +26
-4
lines changed
Expand file tree Collapse file tree 3 files changed +26
-4
lines changed Original file line number Diff line number Diff line change 44 "pattern" : " ^https://via.placeholder.com"
55 },
66 {
7- "pattern" : " ^https://github.com/hyperb1iss/lilac-nvim"
7+ "pattern" : " ^https://github.com/hyperb1iss/silkcircuit-nvim"
8+ },
9+ {
10+ "pattern" : " ^https://twitter.com"
11+ },
12+ {
13+ "pattern" : " ^https://marketplace.visualstudio.com"
814 }
915 ],
1016 "replacements" : [
Original file line number Diff line number Diff line change @@ -15,18 +15,26 @@ jobs:
1515
1616 - name : Install selene
1717 run : |
18- wget -qO- https://github.com/Kampfkarren/selene/releases/latest/download/selene-linux.zip | busybox unzip -
18+ set -e
19+ SELENE_VERSION=$(curl -s https://api.github.com/repos/Kampfkarren/selene/releases/latest | grep '"tag_name"' | cut -d '"' -f 4)
20+ echo "Installing selene version: ${SELENE_VERSION}"
21+ wget -O selene.zip https://github.com/Kampfkarren/selene/releases/download/${SELENE_VERSION}/selene-${SELENE_VERSION}-linux.zip
22+ unzip selene.zip
1923 chmod +x ./selene
2024 sudo mv ./selene /usr/local/bin/
25+ selene --version
2126
2227 - name : Run selene
2328 run : selene lua/
2429
2530 - name : Install stylua
2631 run : |
27- wget -qO- https://github.com/JohnnyMorganz/StyLua/releases/latest/download/stylua-linux.zip | busybox unzip -
32+ set -e
33+ wget -O stylua.zip https://github.com/JohnnyMorganz/StyLua/releases/latest/download/stylua-linux-x86_64.zip
34+ unzip stylua.zip
2835 chmod +x ./stylua
2936 sudo mv ./stylua /usr/local/bin/
37+ stylua --version
3038
3139 - name : Check formatting
3240 run : stylua --check lua/ colors/
@@ -76,10 +84,18 @@ jobs:
7684
7785 - name : Check for broken links
7886 uses : gaurav-nelson/github-action-markdown-link-check@v1
87+ continue-on-error : true
88+ id : link-check
7989 with :
8090 use-verbose-mode : ' yes'
8191 config-file : ' .github/markdown-link-check.json'
8292
93+ - name : Report link check results
94+ if : steps.link-check.outcome == 'failure'
95+ run : |
96+ echo "::warning::Broken links were found in markdown files. Please review the link check output above."
97+ echo "::warning::This is not blocking the CI, but should be fixed."
98+
8399 build :
84100 name : Build
85101 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 44
55[ ![ Neovim] ( https://img.shields.io/badge/Neovim-0.8+-e135ff?style=for-the-badge&logo=neovim&logoColor=white )] ( https://neovim.io/ )
66[ ![ License] ( https://img.shields.io/badge/License-MIT-ff79c6?style=for-the-badge&logo=opensourceinitiative&logoColor=white )] ( https://opensource.org/licenses/MIT )
7- [ ![ GitHub Release ] ( https://img.shields.io/github/release /hyperb1iss/silkcircuit-nvim.svg ?style=for-the-badge&logo=github&logoColor=white&color=bd93f9 )] ( https://github.com/hyperb1iss/silkcircuit-nvim/releases )
7+ [ ![ GitHub Stars ] ( https://img.shields.io/github/stars /hyperb1iss/silkcircuit-nvim?style=for-the-badge&logo=github&logoColor=white&color=bd93f9 )] ( https://github.com/hyperb1iss/silkcircuit-nvim )
88[ ![ CI] ( https://img.shields.io/github/actions/workflow/status/hyperb1iss/silkcircuit-nvim/ci.yml?style=for-the-badge&logo=github-actions&logoColor=white&label=CI&color=50fa7b )] ( https://github.com/hyperb1iss/silkcircuit-nvim/actions )
99
1010_ A high-contrast theme featuring vibrant purples, electric pinks, and glowing accents_ ✨
You can’t perform that action at this time.
0 commit comments