Skip to content

chore(deps): update actions/checkout action to v4 #374

chore(deps): update actions/checkout action to v4

chore(deps): update actions/checkout action to v4 #374

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
api: [options, class, composition]
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- name: Run initializing script
run: COMPONENT_API=${{ matrix.api }} ./init.sh
- run: npm install
- name: Run lint
run: npm run lint
- name: Run static site generation
run: npm run generate