Skip to content

[κΈ°λŠ₯κ΅¬ν˜„] λ§ˆμ΄νŽ˜μ΄μ§€ #67

[κΈ°λŠ₯κ΅¬ν˜„] λ§ˆμ΄νŽ˜μ΄μ§€

[κΈ°λŠ₯κ΅¬ν˜„] λ§ˆμ΄νŽ˜μ΄μ§€ #67

Workflow file for this run

name: ESLint test
on:
pull_request:
branches:
- Master
- Develop
- Weekly
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Install Pnpm package manager
run: |
npm install -g pnpm
- name: Install Dependencies
run: pnpm install
- name: Lint Code
run: pnpm lint