Skip to content

chore(deps): update dependency eslint to v8.57.0 #404

chore(deps): update dependency eslint to v8.57.0

chore(deps): update dependency eslint to v8.57.0 #404

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@v3
- 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