Skip to content

Commit efd75ff

Browse files
Merge branch 'gh-pages' into feat/nvim-pb
2 parents b1908b8 + 6e8a289 commit efd75ff

File tree

3 files changed

+107
-11
lines changed

3 files changed

+107
-11
lines changed

.github/lint-config.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
3+
extends: default
4+
5+
6+
rules:
7+
line-length: disable
8+
trailing-spaces: disable
9+
document-start: disable
10+

.github/workflows/lint.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: 'Lint collection-index.yml'
2+
on:
3+
pull_request:
4+
paths:
5+
- _data/collection-index.yml
6+
7+
permissions:
8+
contents: read
9+
pull-requests: write
10+
11+
jobs:
12+
yamllint:
13+
name: 'Yamllint'
14+
runs-on: ubuntu-latest
15+
steps:
16+
- name: 'Checkout'
17+
uses: actions/checkout@v6
18+
- name: 'Yamllint'
19+
uses: karancode/yamllint-github-action@@v2.1.1
20+
with:
21+
yamllint_file_or_dir: _data/collection-index.yml
22+
yamllint_strict: true
23+
yamllint_config_filepath: .github/lint-config.yaml
24+
yamllint_comment: true
25+
env:
26+
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}

_data/collection-index.yml

Lines changed: 71 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -383,11 +383,6 @@
383383
contact: https://github.com/CodeMan99/features/issues
384384
repository: https://github.com/CodeMan99/features
385385
ociReference: ghcr.io/codeman99/features
386-
- name: Features by Favalos
387-
maintainer: Fernando Avalos
388-
contact: https://github.com/favalos/devcontainer-features/issues
389-
repository: https://github.com/favalos/devcontainer-features
390-
ociReference: ghcr.io/favalos/devcontainer-features
391386
- name: Community Templates
392387
maintainer: devcontainers-community
393388
contact: https://github.com/orgs/devcontainers-community/discussions
@@ -778,6 +773,11 @@
778773
contact: https://github.com/rafaph/devcontainer-features/issues
779774
repository: https://github.com/rafaph/devcontainer-features
780775
ociReference: ghcr.io/rafaph/devcontainer-features
776+
- name: Dev Container Features by weslyg
777+
maintainer: weslyg
778+
contact: https://github.com/weslyg/features/issues
779+
repository: https://github.com/weslyg/features
780+
ociReference: ghcr.io/weslyg/features
781781
- name: SPFx Dev Container
782782
maintainer: Troy
783783
contact: https://github.com/tpalacino/SPFx-dev-container/issues
@@ -966,7 +966,10 @@
966966
maintainer: David Zucker
967967
contact: https://github.com/davzucky/devcontainers-features-wolfi/issues
968968
repository: https://github.com/davzucky/devcontainers-features-wolfi
969-
ociReference: ghcr.io/davzucky/devcontainers-features-wolfi
969+
maintainer: eBizBase
970+
contact: https://github.com/ebizbase/dev-infras/issues
971+
repository: https://github.com/ebizbase/dev-infras
972+
ociReference: ghcr.io/ebizbase/devcontainers-features
970973
- name: slang programming language
971974
maintainer: loag
972975
contact: https://github.com/Loag/slang-feature/issues
@@ -977,7 +980,6 @@
977980
contact: https://github.com/zetta/devcontainer-features/issues
978981
repository: https://github.com/zetta/devcontainer-features
979982
ociReference: ghcr.io/zetta/devcontainer-features
980-
ociReference: ghcr.io/davzucky/devcontainers-features-wolfi
981983
- name: devcontainer features for ubuntugis
982984
maintainer: Conner Shoop
983985
contact: https://github.com/connershoop/devcontainer-feature-ubuntugis/issues
@@ -988,7 +990,6 @@
988990
contact: https://github.com/The-Nefarious-Developer/devcontainer-templates/issues
989991
repository: https://github.com/The-Nefarious-Developer/devcontainer-templates
990992
ociReference: ghcr.io/the-nefarious-developer/devcontainer-templates
991-
ociReference: ghcr.io/davzucky/devcontainers-features-wolfi
992993
- name: Dev Container Features by ForWarD Software
993994
maintainer: ForWarD Software
994995
contact: https://github.com/forwardsoftware/devcontainer-features/issues
@@ -1154,6 +1155,16 @@
11541155
contact: https://github.com/RyanLua/templates/issues
11551156
repository: https://github.com/RyanLua/templates
11561157
ociReference: ghcr.io/ryanlua/templates
1158+
- name: Dev Container Features by Daniel Lindemann
1159+
maintainer: Daniel Lindemann
1160+
contact: https://github.com/daniellindemann/dev-container-features/issues
1161+
repository: https://github.com/daniellindemann/dev-container-features/tree/main/src/dotnet-usersecrets-persistence
1162+
ociReference: ghcr.io/daniellindemann/dev-container-features
1163+
- name: Starship
1164+
maintainer: Tobias Chavarria
1165+
contact: https://github.com/tobiaschc/devcontainer-features/issues
1166+
repository: https://github.com/tobiaschc/devcontainer-features
1167+
ociReference: ghcr.io/tobiaschc/devcontainer-features
11571168
- name: Dev Container Features by Joe Bowbeer
11581169
maintainer: Joe Bowbeer
11591170
contact: https://github.com/joebowbeer/devcontainers-features/issues
@@ -1164,7 +1175,6 @@
11641175
contact: https://github.com/schnellerhase/devcontainer-fenics/issues
11651176
repository: https://github.com/schnellerhase/devcontainer-fenics
11661177
ociReference: ghcr.io/schnellerhase/devcontainer-fenics/fenics
1167-
ociReference: ghcr.io/ryanlua/templates/roblox
11681178
- name: Dev Container Templates by pirpedro
11691179
maintainer: Pedro Rodrigues
11701180
contact: https://github.com/pirpedro/devcontainers/issues
@@ -1174,7 +1184,7 @@
11741184
maintainer: Pedro Rodrigues
11751185
contact: https://github.com/pirpedro/features/issues
11761186
repository: https://github.com/pirpedro/features
1177-
ociReference: ghcr.io/pirpedro/features
1187+
ociReference: ghcr.io/pirpedro/features
11781188
- name: Dev container features for Azure linux images
11791189
maintainer: Victor Maznev
11801190
contact: https://github.com/bullmastiffo/devcontainers-features/issues
@@ -1220,6 +1230,16 @@
12201230
contact: https://github.com/navinkrishnan/devcontainer-templates-btp/issues
12211231
repository: https://github.com/navinkrishnan/devcontainer-templates-btp
12221232
ociReference: ghcr.io/navinkrishnan/devcontainer-templates-btp
1233+
- name: Features by ksachdeva
1234+
maintainer: Kapil Sachdeva
1235+
contact: https://github.com/ksachdeva/devcontainer-features/issues
1236+
repository: https://github.com/ksachdeva/devcontainer-features
1237+
ociReference: ghcr.io/ksachdeva/devcontainer-features
1238+
- name: Gemini CLI (via npm)
1239+
maintainer: siri404
1240+
contact: https://github.com/siri404/devcontainer-ai-features/issues
1241+
repository: https://github.com/siri404/devcontainer-ai-features
1242+
ociReference: ghcr.io/siri404/devcontainer-ai-features
12231243
- name: EdgeActions Dev Container Templates
12241244
maintainer: Azure EdgeActions Developer Experiences Team
12251245
contact: https://github.com/Azure/edgeactions-devcontainers/issues
@@ -1254,4 +1274,44 @@
12541274
maintainer: Marcos Bolaños
12551275
contact: https://github.com/marcosbolanos/devcontainer-features/issues
12561276
repository: https://github.com/marcosbolanos/devcontainer-features
1257-
ociReference: ghcr.io/marcosbolanos/devcontainer-features/neovim-prebuilt
1277+
ociReference: ghcr.io/marcosbolanos/devcontainer-features
1278+
- name: PairSpaces
1279+
maintainer: PairSpaces by Interaction, LLC
1280+
contact: https://github.com/pairspaces/devcontainers/issues
1281+
repository: https://github.com/pairspaces/devcontainers
1282+
ociReference: ghcr.io/pairspaces/devcontainers/pairspaces
1283+
- name: Couper DevContainer Feature
1284+
maintainer: Marcel Ludwig (malud)
1285+
contact: https://github.com/coupergateway/features/issues
1286+
repository: https://github.com/coupergateway/features
1287+
ociReference: ghcr.io/coupergateway/features
1288+
- name: EstebenR Devcontainers
1289+
maintainer: EstebenR (Papabos)
1290+
contact: https://github.com/EstebenR/devcontainers/issues
1291+
repository: https://github.com/EstebenR/devcontainers/
1292+
ociReference: ghcr.io/estebenr/devcontainers
1293+
- name: C++ Dev Container Template
1294+
maintainer: Philips Software
1295+
contact: https://github.com/philips-software/amp-devcontainer/issues
1296+
repository: https://github.com/philips-software/amp-devcontainer
1297+
ociReference: ghcr.io/philips-software/amp-devcontainer/cpp-template
1298+
- name: Rust Dev Container Template
1299+
maintainer: Philips Software
1300+
contact: https://github.com/philips-software/amp-devcontainer/issues
1301+
repository: https://github.com/philips-software/amp-devcontainer
1302+
ociReference: ghcr.io/philips-software/amp-devcontainer/rust-template
1303+
- name: Devcontainer Features for Devcontainer Configurations
1304+
maintainer: devcontainer-config
1305+
contact: https://github.com/devcontainer-config/features/issues
1306+
repository: https://github.com/devcontainer-config/features
1307+
ociReference: ghcr.io/devcontainer-config/features
1308+
- name: Assorted Features
1309+
maintainer: Evit15
1310+
contact: https://github.com/Evit15/devcontainer-features/issues
1311+
repository: https://github.com/Evit15/devcontainer-features
1312+
ociReference: ghcr.io/Evit15/devcontainer-features
1313+
- name: fexec
1314+
maintainer: roboslone
1315+
contact: https://github.com/roboslone/go-framework/issues
1316+
repository: https://github.com/roboslone/go-framework/tree/main/src/fexec
1317+
ociReference: ghcr.io/roboslone/go-framework

0 commit comments

Comments
 (0)