Skip to content

Refactor and add test for css regex (#9) #3

Refactor and add test for css regex (#9)

Refactor and add test for css regex (#9) #3

Workflow file for this run

name: "Test"
on:
push:
branches:
- main
workflow_dispatch:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "16"
cache: "yarn"
- name: Install dependencies
run: yarn
- run: yarn run test