Skip to content

Commit 07f2903

Browse files
committed
Updated templates.
1 parent 17b1781 commit 07f2903

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ jobs:
104104
uses: lycheeverse/lychee-action@v2
105105
with: # Don't fail for now but then create an issue - useful?
106106
args:
107-
--exclude-file .lycheeignore
108107
--no-progress
109108
'*.md'
110109
'./**/*.dart'
@@ -129,7 +128,7 @@ jobs:
129128
if: github.event.repository.private == false
130129
steps:
131130
- uses: actions/checkout@v4
132-
- run: make locmax-enforce
131+
- run: make locmax
133132

134133
copyright:
135134
runs-on: ubuntu-latest

.lycheeignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ http://localhost:44007/
77

88
http://localhost:8000/
99

10+
http://localhost/
11+
1012
# POD OAuth endpoints that require authentication parameters
1113

1214
https://pods.dev.solidcommunity.au/.oidc/auth
@@ -50,3 +52,11 @@ https://opensource.org/license/gpl-3-0
5052
http://xmlns.com/foaf/0.1/
5153
http://purl.org/dc/terms/
5254
https://solidcommunity.au/predicates/*
55+
https://solidproject.au/sii/
56+
57+
# 20260107 gjw From openid in solid_auth.
58+
59+
https://api.login.yahoo.com/
60+
https://graph.facebook.com/
61+
https://login.microsoftonline.com/
62+
https://securetoken.google.com/

0 commit comments

Comments
 (0)