Skip to content

馃┕ fix(none): fix stylelint violation in project templates #2549 #451

馃┕ fix(none): fix stylelint violation in project templates #2549

馃┕ fix(none): fix stylelint violation in project templates #2549 #451

Workflow file for this run

name: lint
on:
pull_request:
branches:
- main
workflow_dispatch:
workflow_call:
jobs:
build:
strategy:
matrix:
platform:
- ubuntu-latest
node:
- 20.3.1
name: format-check (node@v${{matrix.node}}/${{matrix.platform}})
runs-on: ${{matrix.platform}}
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup
uses: actions/setup-node@v4
with:
node-version: ${{matrix.node}}
cache: yarn
- name: yarn
run: yarn
- name: yarn @bud lint
run: yarn @bud lint