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

build(deps): update dependency stylelint-config-html to ^1.1.0 #1538

build(deps): update dependency stylelint-config-html to ^1.1.0

build(deps): update dependency stylelint-config-html to ^1.1.0 #1538

Workflow file for this run

name: 'Node.js: Test'
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'yarn'
- run: yarn
- run: yarn build
- run: yarn test