Skip to content

ci: add stale-bot workflow for issues and PRs #4155

ci: add stale-bot workflow for issues and PRs

ci: add stale-bot workflow for issues and PRs #4155

Workflow file for this run

name: ci
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v6
- uses: actions/setup-node@v6
with:
cache: pnpm
node-version: 24
- uses: xt0rted/stylelint-problem-matcher@v1
- run: make deps
- run: make test