Skip to content

feat(stylelint-config): Implement Stylelint Common Rule set #739

feat(stylelint-config): Implement Stylelint Common Rule set

feat(stylelint-config): Implement Stylelint Common Rule set #739

Workflow file for this run

name: test
on:
pull_request:
branches:
- '*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Initialize
uses: ./.github/actions/restore-node
- name: Run Lint
run: pnpm -r lint
- name: Run Test
run: pnpm -r test