Skip to content

Commit 40ca7e3

Browse files
authored
chore: fix line endings
1 parent 45ce2da commit 40ca7e3

File tree

9 files changed

+102
-102
lines changed

9 files changed

+102
-102
lines changed
Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
1-
---
2-
name: Publish Templates
3-
4-
on:
5-
workflow_call:
6-
7-
permissions: {}
8-
9-
jobs:
10-
publish-devcontainer-templates:
11-
name: 📝 Publish templates
12-
runs-on: ubuntu-latest
13-
permissions:
14-
packages: write # is needed by devcontainers/action to write templates as OCI artifacts
15-
steps:
16-
- uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
17-
with:
18-
disable-sudo: true
19-
egress-policy: audit
20-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
21-
with:
22-
persist-credentials: false
23-
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
24-
with:
25-
registry: ghcr.io
26-
username: ${{ github.actor }}
27-
password: ${{ github.token }}
28-
- uses: devcontainers/action@1082abd5d2bf3a11abccba70eef98df068277772 # v1.4.3
29-
with:
30-
disable-repo-tagging: true
31-
publish-templates: true
32-
base-path-to-templates: templates
1+
---
2+
name: Publish Templates
3+
4+
on:
5+
workflow_call:
6+
7+
permissions: {}
8+
9+
jobs:
10+
publish-devcontainer-templates:
11+
name: 📝 Publish templates
12+
runs-on: ubuntu-latest
13+
permissions:
14+
packages: write # is needed by devcontainers/action to write templates as OCI artifacts
15+
steps:
16+
- uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
17+
with:
18+
disable-sudo: true
19+
egress-policy: audit
20+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
21+
with:
22+
persist-credentials: false
23+
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
24+
with:
25+
registry: ghcr.io
26+
username: ${{ github.actor }}
27+
password: ${{ github.token }}
28+
- uses: devcontainers/action@1082abd5d2bf3a11abccba70eef98df068277772 # v1.4.3
29+
with:
30+
disable-repo-tagging: true
31+
publish-templates: true
32+
base-path-to-templates: templates
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM ghcr.io/philips-software/amp-devcontainer-cpp:${templateOption:imageVersion}
2-
3-
HEALTHCHECK NONE
1+
FROM ghcr.io/philips-software/amp-devcontainer-cpp:${templateOption:imageVersion}
2+
3+
HEALTHCHECK NONE
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
{
2-
"build": {
3-
"dockerfile": "Dockerfile"
4-
}
5-
}
1+
{
2+
"build": {
3+
"dockerfile": "Dockerfile"
4+
}
5+
}
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
---
2-
version: 2
3-
4-
updates:
5-
- package-ecosystem: docker
6-
directory: .devcontainer
7-
schedule:
8-
interval: weekly
9-
cooldown:
10-
default-days: 7
1+
---
2+
version: 2
3+
4+
updates:
5+
- package-ecosystem: docker
6+
directory: .devcontainer
7+
schedule:
8+
interval: weekly
9+
cooldown:
10+
default-days: 7
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
{
2-
"id": "cpp",
3-
"version": "6.7.1",
4-
"name": "C++",
5-
"description": "A modern, batteries-included software development environment for C++",
6-
"documentationURL": "https://github.com/philips-software/amp-devcontainer/blob/main/README.md",
7-
"licenseURL": "https://github.com/philips-software/amp-devcontainer/blob/main/LICENSE",
8-
"options": {
9-
"imageVersion": {
10-
"type": "string",
11-
"description": "amp-devcontainer version",
12-
"default": "6.7.1"
13-
}
14-
},
15-
"optionalPaths": [".github/dependabot.yml"],
16-
"platforms": ["Any"]
17-
}
1+
{
2+
"id": "cpp",
3+
"version": "6.7.1",
4+
"name": "C++",
5+
"description": "A modern, batteries-included software development environment for C++",
6+
"documentationURL": "https://github.com/philips-software/amp-devcontainer/blob/main/README.md",
7+
"licenseURL": "https://github.com/philips-software/amp-devcontainer/blob/main/LICENSE",
8+
"options": {
9+
"imageVersion": {
10+
"type": "string",
11+
"description": "amp-devcontainer version",
12+
"default": "6.7.1"
13+
}
14+
},
15+
"optionalPaths": [".github/dependabot.yml"],
16+
"platforms": ["Any"]
17+
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM ghcr.io/philips-software/amp-devcontainer-rust:${templateOption:imageVersion}
2-
3-
HEALTHCHECK NONE
1+
FROM ghcr.io/philips-software/amp-devcontainer-rust:${templateOption:imageVersion}
2+
3+
HEALTHCHECK NONE
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
{
2-
"build": {
3-
"dockerfile": "Dockerfile"
4-
}
5-
}
1+
{
2+
"build": {
3+
"dockerfile": "Dockerfile"
4+
}
5+
}
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
---
2-
version: 2
3-
4-
updates:
5-
- package-ecosystem: docker
6-
directory: .devcontainer
7-
schedule:
8-
interval: weekly
9-
cooldown:
10-
default-days: 7
1+
---
2+
version: 2
3+
4+
updates:
5+
- package-ecosystem: docker
6+
directory: .devcontainer
7+
schedule:
8+
interval: weekly
9+
cooldown:
10+
default-days: 7
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
{
2-
"id": "rust",
3-
"version": "6.7.1",
4-
"name": "Rust",
5-
"description": "A modern, batteries-included software development environment for Rust",
6-
"documentationURL": "https://github.com/philips-software/amp-devcontainer/blob/main/README.md",
7-
"licenseURL": "https://github.com/philips-software/amp-devcontainer/blob/main/LICENSE",
8-
"options": {
9-
"imageVersion": {
10-
"type": "string",
11-
"description": "amp-devcontainer version",
12-
"default": "6.7.1"
13-
}
14-
},
15-
"optionalPaths": [".github/dependabot.yml"],
16-
"platforms": ["Any"]
17-
}
1+
{
2+
"id": "rust",
3+
"version": "6.7.1",
4+
"name": "Rust",
5+
"description": "A modern, batteries-included software development environment for Rust",
6+
"documentationURL": "https://github.com/philips-software/amp-devcontainer/blob/main/README.md",
7+
"licenseURL": "https://github.com/philips-software/amp-devcontainer/blob/main/LICENSE",
8+
"options": {
9+
"imageVersion": {
10+
"type": "string",
11+
"description": "amp-devcontainer version",
12+
"default": "6.7.1"
13+
}
14+
},
15+
"optionalPaths": [".github/dependabot.yml"],
16+
"platforms": ["Any"]
17+
}

0 commit comments

Comments
 (0)