Skip to content

feat(svg): animation alternative #126

feat(svg): animation alternative

feat(svg): animation alternative #126

Workflow file for this run

name: Continuous Integration
on:
pull_request:
push:
branches:
- master
jobs:
check:
runs-on: ubuntu-latest
name: lint and test'
steps:
- name: Checkout code
uses: actions/checkout@v3
- uses: pnpm/action-setup@v3
with:
version: 8
- name: Use Node.js 20
uses: actions/setup-node@v3
with:
node-version: 20
cache: 'pnpm'
- name: Install dependencies
run: pnpm i
- name: Run tests
run: pnpm run test
- name: Build
env:
BUNDLESIZE_GITHUB_TOKEN: ${{ secrets.BUNDLESIZE }}
run: pnpm run build