Skip to content

Merge pull request #7 from hyvor/divider #31

Merge pull request #7 from hyvor/divider

Merge pull request #7 from hyvor/divider #31

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: '16.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