Skip to content

version, changelog #262

version, changelog

version, changelog #262

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- name: Check
run: |
npm ci
npm run check
- name: Check Icons
working-directory: icons
run: |
npm ci
npm run check