Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

CIの追加 #7

Merged
merged 47 commits into from
Aug 10, 2024
Merged
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
cff92fe
deps: install biome
claustra01 Aug 9, 2024
7371f57
fix: biome check error
claustra01 Aug 9, 2024
68fd2da
add: lint and check ci
claustra01 Aug 9, 2024
3155ca9
fix: yaml format
claustra01 Aug 9, 2024
dc0be66
deps: install cspell
claustra01 Aug 9, 2024
ff90deb
add: spell and build ci
claustra01 Aug 9, 2024
285689a
chore: add job needs
claustra01 Aug 9, 2024
096469d
chore: add \n
claustra01 Aug 9, 2024
c16d724
add: lighthouse ci
claustra01 Aug 9, 2024
ed0ba0a
fix: firebase.json
claustra01 Aug 9, 2024
6955bf0
fix: lighthouse deploy ci
claustra01 Aug 9, 2024
0d516d9
add: lighthouse ci
claustra01 Aug 9, 2024
5c965cf
add: analyze ci
claustra01 Aug 9, 2024
f050a7e
chore: remove ci deps
claustra01 Aug 9, 2024
5ad07e3
fix: ci permissions
claustra01 Aug 9, 2024
f516a1c
fix: lighthouse check url
claustra01 Aug 9, 2024
b504238
fix: lighthouse ci
claustra01 Aug 9, 2024
32d999f
fix: ci permission
claustra01 Aug 9, 2024
949b42c
add: visualizer ci
claustra01 Aug 9, 2024
aac2ec0
chore: yaml padding
claustra01 Aug 9, 2024
a0a695a
fix: visualizer ci
claustra01 Aug 9, 2024
c3d2b01
fix: publish branch
claustra01 Aug 9, 2024
ab5b663
test
claustra01 Aug 9, 2024
c469887
test
claustra01 Aug 9, 2024
19d1cfd
test
claustra01 Aug 9, 2024
b63ab38
test
claustra01 Aug 9, 2024
ab80dc4
test
claustra01 Aug 9, 2024
c3c4673
test
claustra01 Aug 9, 2024
34a2f26
test
claustra01 Aug 9, 2024
3c48ea2
test
claustra01 Aug 9, 2024
e68e902
test
claustra01 Aug 9, 2024
d2b6707
test
claustra01 Aug 9, 2024
43a4861
test
claustra01 Aug 9, 2024
a1973a1
chore: ci update comment
claustra01 Aug 9, 2024
7137135
fix: lighthouse ci body
claustra01 Aug 9, 2024
7301d19
test
claustra01 Aug 9, 2024
0c4c2c1
fix: replace comment
claustra01 Aug 9, 2024
3b12cc6
test
claustra01 Aug 9, 2024
e0d89d5
test
claustra01 Aug 9, 2024
cbfe8d9
test
claustra01 Aug 9, 2024
3d46a2e
test
claustra01 Aug 9, 2024
03b77ce
test
claustra01 Aug 9, 2024
c77f122
add: update visualizer comment
claustra01 Aug 10, 2024
eb92680
fix: update comment issue number
claustra01 Aug 10, 2024
1c734a2
test
claustra01 Aug 10, 2024
0dc0cac
deps: pin node version
claustra01 Aug 10, 2024
c381971
add: ci condition
claustra01 Aug 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add: ci condition
claustra01 committed Aug 10, 2024
commit c38197104af949e80ff2e1f98d4ef02ca17df45a
2 changes: 2 additions & 0 deletions .github/workflows/pr-lighthouse.yml
Original file line number Diff line number Diff line change
@@ -2,6 +2,8 @@ name: pr-lighthouse

on:
pull_request:
types: [opened]
workflow_dispatch:

permissions:
checks: write
2 changes: 2 additions & 0 deletions .github/workflows/pr-visualizer.yml
Original file line number Diff line number Diff line change
@@ -2,6 +2,8 @@ name: pr-visualizer

on:
pull_request:
types: [opened]
workflow_dispatch:

permissions:
pull-requests: write