Skip to content

๐Ÿ› role ์ €์žฅ ์‹œ decoded๋ฅผ ์‚ฌ์šฉํ•˜์ง€ ์•Š์Œ #431

๐Ÿ› role ์ €์žฅ ์‹œ decoded๋ฅผ ์‚ฌ์šฉํ•˜์ง€ ์•Š์Œ

๐Ÿ› role ์ €์žฅ ์‹œ decoded๋ฅผ ์‚ฌ์šฉํ•˜์ง€ ์•Š์Œ #431

Workflow file for this run

name: ci
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20.11.1"
- name: Install dependencies
run: yarn install
- name: Build custom packages
run: yarn build-pkg
- name: Check
run: yarn check-all