Skip to content

Commit 8a69bb1

Browse files
Added prettier
1 parent 087cbd0 commit 8a69bb1

File tree

85 files changed

+11984
-1018
lines changed

Some content is hidden

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

85 files changed

+11984
-1018
lines changed

.github/workflows/build-verify.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
id: date
2626
#run: echo "::set-output name=date::$(date +'%Y-%m-%dT%H:%M:%S')"
2727
run: echo "date=$(date +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_OUTPUT
28-
28+
2929
- name: Checkout Code
3030
uses: actions/checkout@v4
3131

@@ -82,11 +82,10 @@ jobs:
8282
env:
8383
DIGEST: ${{ steps.build-and-push.outputs.digest }}
8484
TAGS: quay.io/microcks/microcks-hub:${{env.IMAGE_TAG}} docker.io/microcks/microcks-hub:${{env.IMAGE_TAG}}
85-
COSIGN_EXPERIMENTAL: "true"
85+
COSIGN_EXPERIMENTAL: 'true'
8686
run: |
8787
images=""
8888
for tag in ${TAGS}; do
8989
images+="${tag}@${DIGEST} "
9090
done
9191
cosign sign --yes ${images}
92-

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
cd ${{github.workspace}}/frontend
5858
npm sbom --sbom-format spdx > microcks-hub-frontend-${{ github.event.inputs.version }}.spdx-sbom.json
5959
cd ${{github.workspace}}/server
60-
npm sbom --sbom-format spdx > microcks-hub-server-${{ github.event.inputs.version }}.spdx-sbom.json
60+
npm sbom --sbom-format spdx > microcks-hub-server-${{ github.event.inputs.version }}.spdx-sbom.json
6161
6262
- name: Publish release with JReleaser
6363
uses: jreleaser/release-action@v2

.github/workflows/stale-issues-prs.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ name: Manage stale issues and PRs
33

44
on:
55
schedule:
6-
- cron: "0 0 * * *"
6+
- cron: '0 0 * * *'
77

88
permissions:
99
contents: read
1010

1111
jobs:
1212
stale:
1313
permissions:
14-
issues: write # for actions/stale to close stale issues
15-
pull-requests: write # for actions/stale to close stale PRs
14+
issues: write # for actions/stale to close stale issues
15+
pull-requests: write # for actions/stale to close stale PRs
1616
if: startsWith(github.repository, 'microcks/')
1717
name: Mark issue or PR as stale
1818
runs-on: ubuntu-latest
@@ -22,28 +22,28 @@ jobs:
2222
repo-token: ${{ secrets.GITHUB_TOKEN }}
2323
stale-issue-message: |
2424
This issue has been automatically marked as stale because it has not had recent activity :sleeping:
25-
25+
2626
It will be closed in 30 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation.
27-
27+
2828
There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. Microcks is a Cloud Native Computing Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under [open governance model](https://github.com/microcks/.github/blob/main/CODE_OF_CONDUCT.md).
29-
29+
3030
Let us figure out together how to push this issue forward. Connect with us through [one of many communication channels](https://microcks.io/community/) we established here.
31-
31+
3232
Thank you for your patience :heart:
3333
stale-pr-message: |
3434
This pull request has been automatically marked as stale because it has not had recent activity :sleeping:
35-
35+
3636
It will be closed in 30 days if no further activity occurs. To unstale this pull request, add a comment with detailed explanation.
37-
37+
3838
There can be many reasons why some specific pull request has no activity. The most probable cause is lack of time, not lack of interest. Microcks is a Cloud Native Computing Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under [open governance model](https://github.com/microcks/.github/blob/main/CODE_OF_CONDUCT.md).
39-
39+
4040
Let us figure out together how to push this pull request forward. Connect with us through [one of many communication channels](https://microcks.io/community/) we established here.
41-
41+
4242
Thank you for your patience :heart:
4343
days-before-stale: 30
4444
days-before-close: 30
4545
stale-issue-label: stale
4646
stale-pr-label: stale
4747
exempt-issue-labels: keep-open
4848
exempt-pr-labels: keep-open
49-
close-issue-reason: not_planned
49+
close-issue-reason: not_planned
Lines changed: 26 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Welcome new users by commenting on the first-time issue/PR.
22
# Adding a friendly message in the comment to tip non-stargazers to star our repo.
33
#
4-
# Props to https://github.com/wow-actions/welcome
4+
# Props to https://github.com/wow-actions/welcome
55

66
name: Welcome New Users with Thanks and Tip non-stargazers ;-)
77
on:
@@ -10,63 +10,62 @@ on:
1010
issues:
1111
types: [opened]
1212
permissions:
13-
contents: read # Set permissions as read-only by default at the top level
13+
contents: read # Set permissions as read-only by default at the top level
1414
jobs:
1515
run:
1616
permissions:
17-
issues: write # for wow-actions/welcome to comment on issues
18-
pull-requests: write # wow-actions/welcome to comment on PRs
17+
issues: write # for wow-actions/welcome to comment on issues
18+
pull-requests: write # wow-actions/welcome to comment on PRs
1919
# Do not run on bots and maintainers
2020
if: ${{ !contains(fromJson('["dependabot[bot]", "dependabot-preview[bot]", "allcontributors[bot]"]'), github.actor) }}
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: wow-actions/welcome@68019c2c271561f63162fea75bb7707ef8a02c85 # To pin v1.3.1
2424
with:
2525
# GitHub token as default GITHUB_TOKEN
26-
26+
2727
FIRST_ISSUE_REACTIONS: '+1, hooray, rocket, heart'
28-
28+
2929
FIRST_ISSUE: |
3030
👋 @{{ author }}
31-
31+
3232
Welcome to the Microcks community! 💖
33-
33+
3434
Thanks and congrats 🎉 for opening your first issue here! Be sure to follow the issue template or please update it accordingly.
35-
35+
3636
📢 If you're using Microcks in your organization, please [add your company name to this list](https://github.com/microcks/.github/blob/main/ADOPTERS.md). 🙏 It really helps the project to gain momentum and credibility. It's a small contribution back to the project with a big impact.
37-
37+
3838
If you need to know why and how to add yourself to the list, please read the blog post ["Join the Microcks Adopters list and Empower the vibrant open source Community 🙌"](https://microcks.io/blog/join-adopters-list/)
39-
40-
Hope you have a great time there!
41-
39+
40+
Hope you have a great time there!
41+
4242
FIRST_PR_REACTIONS: '+1, hooray, rocket, heart'
43-
43+
4444
FIRST_PR: |
4545
👋 @{{ author }}
46-
46+
4747
Welcome to the Microcks community! 💖
48-
48+
4949
Thanks and congrats 🎉 for opening your first pull request here! Be sure to follow the pull request template or please update it accordingly.
50-
51-
Hope you have a great time there!
52-
50+
51+
Hope you have a great time there!
52+
5353
FIRST_PR_MERGED: |
5454
🎉 @{{ author }}
55-
55+
5656
You are now a Microcks community contributor! 💖
57-
57+
5858
Thanks and congrats 🚀 on merging your first pull request! We are delighted and very proud of you! 👏
59-
59+
6060
📢 If you're using Microcks in your organization, please [add your company name to this list](https://github.com/microcks/.github/blob/main/ADOPTERS.md). 🙏 It really helps the project to gain momentum and credibility. It's a small contribution back to the project with a big impact.
61-
61+
6262
If you need to know why and how to add yourself to the list, please read the blog post ["Join the Microcks Adopters list and Empower the vibrant open source Community 🙌"](https://microcks.io/blog/join-adopters-list/)
63-
63+
6464
Kudos and please keep going, we need you 🙌
65-
65+
6666
STAR_MESSAGE: |
6767
🌟 ~~~~~~~~~ 🌟
6868
6969
📢 If you like Microcks, please ⭐ star ⭐ our repo to support it!
70-
70+
7171
🙏 It really helps the project to gain momentum and credibility. It's a small contribution back to the project with a big impact.
72-

.prettierrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"semi": true,
3+
"singleQuote": true,
4+
"tabWidth": 2,
5+
"trailingComma": "es5"
6+
}

0 commit comments

Comments
 (0)