Skip to content

feat(theme): add fs cache for encrypt and icons (#248) #231

feat(theme): add fs cache for encrypt and icons (#248)

feat(theme): add fs cache for encrypt and icons (#248) #231

Workflow file for this run

name: Linter
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- name: Install deps
run: pnpm install --frozen-lockfile
- name: Linter
run: |
pnpm run lint:check
pnpm run lint:css