Skip to content

Commit 2ff4849

Browse files
committed
Format all files, line length for code is now 140
1 parent 4756261 commit 2ff4849

File tree

201 files changed

+4165
-4062
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

201 files changed

+4165
-4062
lines changed

.github/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ markComment: >
1616
# Comment to post when removing the stale label. Set to `false` to disable
1717
unmarkComment: false
1818
# Comment to post when closing a stale Issue or Pull Request. Set to `false` to disable
19-
closeComment: false
19+
closeComment: false

.github/workflows/debugger-py.yml

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -22,39 +22,39 @@ jobs:
2222

2323
timeout-minutes: 15
2424
steps:
25-
- name: Checkout
26-
uses: actions/checkout@v6
27-
28-
- name: Login to GitHub Container Registry
29-
uses: docker/login-action@v3
30-
with:
31-
registry: ${{ env.REGISTRY }}
32-
username: ${{ github.actor }}
33-
password: ${{ secrets.GITHUB_TOKEN }}
34-
35-
- name: Extract metadata
36-
id: meta
37-
uses: docker/metadata-action@v5
38-
with:
39-
images: |
40-
${{ env.REGISTRY }}/${{ env.REPO_NAME }}/${{ env.CONTAINER_NAME }}
41-
# enforce latest tag for now
42-
tags: |
43-
type=raw,value=latest
44-
45-
- name: Build & Push
46-
id: push
47-
uses: docker/build-push-action@v6
48-
with:
49-
context: .
50-
file: ${{ env.PATH_CONTEXT }}/Dockerfile
51-
push: true
52-
tags: ${{ steps.meta.outputs.tags }}
53-
labels: ${{ steps.meta.outputs.labels }}
54-
55-
- name: Attest
56-
uses: actions/attest-build-provenance@v3
57-
with:
58-
subject-name: ${{ env.REGISTRY }}/${{ env.REPO_NAME }}/${{ env.CONTAINER_NAME }}
59-
subject-digest: ${{ steps.push.outputs.digest }}
60-
push-to-registry: true
25+
- name: Checkout
26+
uses: actions/checkout@v6
27+
28+
- name: Login to GitHub Container Registry
29+
uses: docker/login-action@v3
30+
with:
31+
registry: ${{ env.REGISTRY }}
32+
username: ${{ github.actor }}
33+
password: ${{ secrets.GITHUB_TOKEN }}
34+
35+
- name: Extract metadata
36+
id: meta
37+
uses: docker/metadata-action@v5
38+
with:
39+
images: |
40+
${{ env.REGISTRY }}/${{ env.REPO_NAME }}/${{ env.CONTAINER_NAME }}
41+
# enforce latest tag for now
42+
tags: |
43+
type=raw,value=latest
44+
45+
- name: Build & Push
46+
id: push
47+
uses: docker/build-push-action@v6
48+
with:
49+
context: .
50+
file: ${{ env.PATH_CONTEXT }}/Dockerfile
51+
push: true
52+
tags: ${{ steps.meta.outputs.tags }}
53+
labels: ${{ steps.meta.outputs.labels }}
54+
55+
- name: Attest
56+
uses: actions/attest-build-provenance@v3
57+
with:
58+
subject-name: ${{ env.REGISTRY }}/${{ env.REPO_NAME }}/${{ env.CONTAINER_NAME }}
59+
subject-digest: ${{ steps.push.outputs.digest }}
60+
push-to-registry: true

.github/workflows/ghp.yml

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Build Production for GitHub Pages
22

33
on:
44
push:
5-
branches:
6-
- "ghp"
5+
branches:
6+
- 'ghp'
77

88
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
99
permissions:
@@ -17,38 +17,38 @@ jobs:
1717
timeout-minutes: 15
1818

1919
steps:
20-
- name: Checkout
21-
uses: actions/checkout@v6
22-
23-
- name: mise-en-place
24-
uses: jdx/mise-action@v2
25-
26-
- name: Install
27-
shell: bash
28-
run: |
29-
npm ci
30-
31-
- name: Versions Report
32-
shell: bash
33-
run: |
34-
npm run report:versions
35-
36-
- name: Build
37-
run: |
38-
npm run build
39-
40-
- name: Build Production
41-
run: |
42-
npm run production:build
43-
44-
- name: Setup Pages
45-
id: pages
46-
uses: actions/configure-pages@v5
47-
48-
- name: Upload artifact
49-
uses: actions/upload-pages-artifact@v4
50-
with:
51-
path: ./packages/examples/production/
20+
- name: Checkout
21+
uses: actions/checkout@v6
22+
23+
- name: mise-en-place
24+
uses: jdx/mise-action@v2
25+
26+
- name: Install
27+
shell: bash
28+
run: |
29+
npm ci
30+
31+
- name: Versions Report
32+
shell: bash
33+
run: |
34+
npm run report:versions
35+
36+
- name: Build
37+
run: |
38+
npm run build
39+
40+
- name: Build Production
41+
run: |
42+
npm run production:build
43+
44+
- name: Setup Pages
45+
id: pages
46+
uses: actions/configure-pages@v5
47+
48+
- name: Upload artifact
49+
uses: actions/upload-pages-artifact@v4
50+
with:
51+
path: ./packages/examples/production/
5252

5353
ghp-deploy:
5454
needs: ghp-build

.github/workflows/ls-clangd.yml

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -23,66 +23,66 @@ jobs:
2323

2424
timeout-minutes: 150
2525
steps:
26-
- name: Checkout
27-
uses: actions/checkout@v6
26+
- name: Checkout
27+
uses: actions/checkout@v6
2828

29-
- name: Login to GitHub Container Registry
30-
uses: docker/login-action@v3
31-
with:
32-
registry: ${{ env.REGISTRY }}
33-
username: ${{ github.actor }}
34-
password: ${{ secrets.GITHUB_TOKEN }}
29+
- name: Login to GitHub Container Registry
30+
uses: docker/login-action@v3
31+
with:
32+
registry: ${{ env.REGISTRY }}
33+
username: ${{ github.actor }}
34+
password: ${{ secrets.GITHUB_TOKEN }}
3535

36-
- name: Extract metadata (configure)
37-
id: meta_configure
38-
uses: docker/metadata-action@v5
39-
with:
40-
images: |
41-
${{ env.REGISTRY }}/${{ env.REPO_NAME }}/${{ env.CONTAINER_NAME_CONFIGURE }}
42-
# enforce latest tag for now
43-
tags: |
44-
type=raw,value=latest
36+
- name: Extract metadata (configure)
37+
id: meta_configure
38+
uses: docker/metadata-action@v5
39+
with:
40+
images: |
41+
${{ env.REGISTRY }}/${{ env.REPO_NAME }}/${{ env.CONTAINER_NAME_CONFIGURE }}
42+
# enforce latest tag for now
43+
tags: |
44+
type=raw,value=latest
4545
46-
- name: Build & Push (configure)
47-
id: push_configure
48-
uses: docker/build-push-action@v6
49-
with:
50-
context: ${{ env.PATH_CONTEXT }}
51-
file: ${{ env.PATH_CONTEXT }}/configure.Dockerfile
52-
push: true
53-
tags: ${{ steps.meta_configure.outputs.tags }}
54-
labels: ${{ steps.meta_configure.outputs.labels }}
46+
- name: Build & Push (configure)
47+
id: push_configure
48+
uses: docker/build-push-action@v6
49+
with:
50+
context: ${{ env.PATH_CONTEXT }}
51+
file: ${{ env.PATH_CONTEXT }}/configure.Dockerfile
52+
push: true
53+
tags: ${{ steps.meta_configure.outputs.tags }}
54+
labels: ${{ steps.meta_configure.outputs.labels }}
5555

56-
- name: Attest (configure)
57-
uses: actions/attest-build-provenance@v3
58-
with:
59-
subject-name: ${{ env.REGISTRY }}/${{ env.REPO_NAME }}/${{ env.CONTAINER_NAME_CONFIGURE }}
60-
subject-digest: ${{ steps.push_configure.outputs.digest }}
61-
push-to-registry: true
56+
- name: Attest (configure)
57+
uses: actions/attest-build-provenance@v3
58+
with:
59+
subject-name: ${{ env.REGISTRY }}/${{ env.REPO_NAME }}/${{ env.CONTAINER_NAME_CONFIGURE }}
60+
subject-digest: ${{ steps.push_configure.outputs.digest }}
61+
push-to-registry: true
6262

63-
- name: Extract metadata (build)
64-
id: meta_build
65-
uses: docker/metadata-action@v5
66-
with:
67-
images: |
68-
${{ env.REGISTRY }}/${{ env.REPO_NAME }}/${{ env.CONTAINER_NAME_BUILD }}
69-
# enforce latest tag for now
70-
tags: |
71-
type=raw,value=latest
63+
- name: Extract metadata (build)
64+
id: meta_build
65+
uses: docker/metadata-action@v5
66+
with:
67+
images: |
68+
${{ env.REGISTRY }}/${{ env.REPO_NAME }}/${{ env.CONTAINER_NAME_BUILD }}
69+
# enforce latest tag for now
70+
tags: |
71+
type=raw,value=latest
7272
73-
- name: Build & Push (build)
74-
id: push_build
75-
uses: docker/build-push-action@v6
76-
with:
77-
context: ${{ env.PATH_CONTEXT }}
78-
file: ${{ env.PATH_CONTEXT }}/build.Dockerfile
79-
push: true
80-
tags: ${{ steps.meta_build.outputs.tags }}
81-
labels: ${{ steps.meta_build.outputs.labels }}
73+
- name: Build & Push (build)
74+
id: push_build
75+
uses: docker/build-push-action@v6
76+
with:
77+
context: ${{ env.PATH_CONTEXT }}
78+
file: ${{ env.PATH_CONTEXT }}/build.Dockerfile
79+
push: true
80+
tags: ${{ steps.meta_build.outputs.tags }}
81+
labels: ${{ steps.meta_build.outputs.labels }}
8282

83-
- name: Attest (build)
84-
uses: actions/attest-build-provenance@v3
85-
with:
86-
subject-name: ${{ env.REGISTRY }}/${{ env.REPO_NAME }}/${{ env.CONTAINER_NAME_BUILD }}
87-
subject-digest: ${{ steps.push_build.outputs.digest }}
88-
push-to-registry: true
83+
- name: Attest (build)
84+
uses: actions/attest-build-provenance@v3
85+
with:
86+
subject-name: ${{ env.REGISTRY }}/${{ env.REPO_NAME }}/${{ env.CONTAINER_NAME_BUILD }}
87+
subject-digest: ${{ steps.push_build.outputs.digest }}
88+
push-to-registry: true

.github/workflows/ls-eclipsejdt.yml

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -22,39 +22,39 @@ jobs:
2222

2323
timeout-minutes: 15
2424
steps:
25-
- name: Checkout
26-
uses: actions/checkout@v6
27-
28-
- name: Login to GitHub Container Registry
29-
uses: docker/login-action@v3
30-
with:
31-
registry: ${{ env.REGISTRY }}
32-
username: ${{ github.actor }}
33-
password: ${{ secrets.GITHUB_TOKEN }}
34-
35-
- name: Extract metadata
36-
id: meta
37-
uses: docker/metadata-action@v5
38-
with:
39-
images: |
40-
${{ env.REGISTRY }}/${{ env.REPO_NAME }}/${{ env.CONTAINER_NAME }}
41-
# enforce latest tag for now
42-
tags: |
43-
type=raw,value=latest
44-
45-
- name: Build & Push
46-
id: push
47-
uses: docker/build-push-action@v6
48-
with:
49-
context: .
50-
file: ${{ env.PATH_CONTEXT }}/Dockerfile
51-
push: true
52-
tags: ${{ steps.meta.outputs.tags }}
53-
labels: ${{ steps.meta.outputs.labels }}
54-
55-
- name: Attest
56-
uses: actions/attest-build-provenance@v3
57-
with:
58-
subject-name: ${{ env.REGISTRY }}/${{ env.REPO_NAME }}/${{ env.CONTAINER_NAME }}
59-
subject-digest: ${{ steps.push.outputs.digest }}
60-
push-to-registry: true
25+
- name: Checkout
26+
uses: actions/checkout@v6
27+
28+
- name: Login to GitHub Container Registry
29+
uses: docker/login-action@v3
30+
with:
31+
registry: ${{ env.REGISTRY }}
32+
username: ${{ github.actor }}
33+
password: ${{ secrets.GITHUB_TOKEN }}
34+
35+
- name: Extract metadata
36+
id: meta
37+
uses: docker/metadata-action@v5
38+
with:
39+
images: |
40+
${{ env.REGISTRY }}/${{ env.REPO_NAME }}/${{ env.CONTAINER_NAME }}
41+
# enforce latest tag for now
42+
tags: |
43+
type=raw,value=latest
44+
45+
- name: Build & Push
46+
id: push
47+
uses: docker/build-push-action@v6
48+
with:
49+
context: .
50+
file: ${{ env.PATH_CONTEXT }}/Dockerfile
51+
push: true
52+
tags: ${{ steps.meta.outputs.tags }}
53+
labels: ${{ steps.meta.outputs.labels }}
54+
55+
- name: Attest
56+
uses: actions/attest-build-provenance@v3
57+
with:
58+
subject-name: ${{ env.REGISTRY }}/${{ env.REPO_NAME }}/${{ env.CONTAINER_NAME }}
59+
subject-digest: ${{ steps.push.outputs.digest }}
60+
push-to-registry: true

0 commit comments

Comments
 (0)