Skip to content

Merge pull request #80 from sima-land/79-new-icons #28

Merge pull request #80 from sima-land/79-new-icons

Merge pull request #80 from sima-land/79-new-icons #28

Workflow file for this run

name: Tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: npm ci
- name: Build package
run: npm run build
- name: Lint
run: npm run lint:pkg