Skip to content

Bump stylelint from 14.16.1 to 15.10.1 #106

Bump stylelint from 14.16.1 to 15.10.1

Bump stylelint from 14.16.1 to 15.10.1 #106

Workflow file for this run

name: JS Tests
on:
push:
branches-ignore:
- "dependabot/**"
pull_request:
env:
FORCE_COLOR: 2
NODE: 16
jobs:
run:
name: JS Tests
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
- name: Install yarn dependencies
run: yarn install
- name: Run dist
run: yarn run js
- name: Run JS tests
run: yarn run js-test