Skip to content

Merge branch 'main' of https://github.com/csstools/postcss-color-mod-… #1

Merge branch 'main' of https://github.com/csstools/postcss-color-mod-…

Merge branch 'main' of https://github.com/csstools/postcss-color-mod-… #1

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: test
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, '*']
steps:
- name: checkout
uses: actions/checkout@v2
- name: setup node
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test