Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

chore: add case-sensitive-paths-webpack-plugin #55

chore: add case-sensitive-paths-webpack-plugin

chore: add case-sensitive-paths-webpack-plugin #55

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
jobs:
build:
name: Build
runs-on: "ubuntu-latest"
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Install Pnpm
uses: pnpm/action-setup@v2
- name: Setup Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'pnpm'
- name: Install Dependencies
run: pnpm install
- name: Check
run: npm run check
- name: Build
run: npm run build