Skip to content

πŸ’„ INGRED UI ε†…γ§δ½Ώγ‚γ‚Œγ¦γ„γ‚‹ close_circle をむコンを line から fill に倉更 #3181

πŸ’„ INGRED UI ε†…γ§δ½Ώγ‚γ‚Œγ¦γ„γ‚‹ close_circle をむコンを line から fill に倉更

πŸ’„ INGRED UI ε†…γ§δ½Ώγ‚γ‚Œγ¦γ„γ‚‹ close_circle をむコンを line から fill に倉更 #3181

Workflow file for this run

name: PR Check
on:
pull_request:
jobs:
test-lint-and-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-yarn
- name: lint
run: make -f ci.mk lint
- name: test
run: make -f ci.mk test
- name: build
run: make -f ci.mk build