Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Publish v0.2.17 trim values passed to toRgba since safari might ret… #18

Publish v0.2.17 trim values passed to toRgba since safari might ret…

Publish v0.2.17 trim values passed to toRgba since safari might ret… #18

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install dependencies
run: npm ci
- name: Check types
run: npm run lint