Skip to content

Remove: 배포 테스트용 yml 파일 제거 #19

Remove: 배포 테스트용 yml 파일 제거

Remove: 배포 테스트용 yml 파일 제거 #19

Workflow file for this run

name: ESLint test
on:
pull_request:
branches:
- main
- develop
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