Skip to content

CI Test [DO NOT MERGE] #4

CI Test [DO NOT MERGE]

CI Test [DO NOT MERGE] #4

Workflow file for this run

name: ESLint
on:
pull_request:
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 8.15.6
- name: Install modules
run: pnpm install --frozen-lockfile
- name: ESLint Action
run: eslint