Skip to content

chore(ci): add compilation cache of main branch #17633

chore(ci): add compilation cache of main branch

chore(ci): add compilation cache of main branch #17633

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version: 18
cache: 'npm'
- run: npm ci --ignore-scripts
- name: Lint
run: |
npm run lint