Skip to content

chore(deps-dev): bump stylelint-config-standard from 34.0.0 to 36.0.0 #1483

chore(deps-dev): bump stylelint-config-standard from 34.0.0 to 36.0.0

chore(deps-dev): bump stylelint-config-standard from 34.0.0 to 36.0.0 #1483

Workflow file for this run

name: Test
on:
push:
pull_request:
workflow_dispatch:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install project dependencies
run: yarn --prefer-offline
- name: Test project
run: yarn test