Skip to content

Commit

Permalink
Merge branch 'main' into feat-card-share
Browse files Browse the repository at this point in the history
  • Loading branch information
5ouma authored Dec 12, 2024
2 parents ac7b16c + 7986f70 commit 67176a6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: ๐Ÿž Setup Bun with Cache
uses: 5ouma/utils/setup-bun-with-cache@4bd3d7bda64b8e112dc5b5c2481830df38b76207 # main
uses: 5ouma/utils/setup-bun-with-cache@6e8db069403fb0209464c96db426aa6e51418c4f # main

- name: ๐Ÿ‘พ Create a Meta File
run: echo '${{ vars.META_FILE }}' >meta.json
Expand All @@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: ๐Ÿž Setup Bun with Cache
uses: 5ouma/utils/setup-bun-with-cache@4bd3d7bda64b8e112dc5b5c2481830df38b76207 # main
uses: 5ouma/utils/setup-bun-with-cache@6e8db069403fb0209464c96db426aa6e51418c4f # main

- name: ๐Ÿž๏ธ Biome Check
run: bun run check:biome
Expand All @@ -57,7 +57,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: ๐Ÿž Setup Bun with Cache
uses: 5ouma/utils/setup-bun-with-cache@4bd3d7bda64b8e112dc5b5c2481830df38b76207 # main
uses: 5ouma/utils/setup-bun-with-cache@6e8db069403fb0209464c96db426aa6e51418c4f # main

- name: ๐Ÿ‘พ Create a Meta File
run: echo '${{ vars.META_FILE }}' >meta.json
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: ๐Ÿž Setup Bun with Cache
uses: 5ouma/utils/setup-bun-with-cache@4bd3d7bda64b8e112dc5b5c2481830df38b76207 # main
uses: 5ouma/utils/setup-bun-with-cache@6e8db069403fb0209464c96db426aa6e51418c4f # main

- name: ๐Ÿ‘พ Create a Meta File
run: echo '${{ vars.META_FILE }}' >meta.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:

steps:
- name: ๐Ÿšธ Run pre-commit
uses: 5ouma/utils/pre-commit@4bd3d7bda64b8e112dc5b5c2481830df38b76207 # main
uses: 5ouma/utils/pre-commit@6e8db069403fb0209464c96db426aa6e51418c4f # main
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: ๐Ÿž Setup Bun with Cache
uses: 5ouma/utils/setup-bun-with-cache@4bd3d7bda64b8e112dc5b5c2481830df38b76207 # main
uses: 5ouma/utils/setup-bun-with-cache@6e8db069403fb0209464c96db426aa6e51418c4f # main

- name: ๐Ÿ‘พ Create a Meta File
run: echo '${{ vars.META_FILE }}' >meta.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: ๐Ÿž Setup Bun with Cache
uses: 5ouma/utils/setup-bun-with-cache@4bd3d7bda64b8e112dc5b5c2481830df38b76207 # main
uses: 5ouma/utils/setup-bun-with-cache@6e8db069403fb0209464c96db426aa6e51418c4f # main

- name: ๐Ÿ‘พ Create a Meta File
run: echo '${{ vars.META_FILE }}' >meta.json
Expand Down

0 comments on commit 67176a6

Please sign in to comment.