Skip to content

[#111] Make styleId an optional string or function #50

[#111] Make styleId an optional string or function

[#111] Make styleId an optional string or function #50

Workflow file for this run

name: CI
on:
pull_request:
branches: [ '**' ]
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.sha }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16.15.0 ]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run coverage
- run: npm run ci-test