Skip to content

chore(deps-dev): bump stylelint from 14.16.1 to 17.12.0 #4330

chore(deps-dev): bump stylelint from 14.16.1 to 17.12.0

chore(deps-dev): bump stylelint from 14.16.1 to 17.12.0 #4330

Workflow file for this run

name: MAIN_PULL_REQUEST
on:
pull_request:
branches: [develop, main]
types: [opened, synchronize, reopened]
jobs:
check-email:
runs-on: ubuntu-latest
steps:
- uses: TDesignOteam/workflows/actions/check-email@main
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v6
with:
version: 9
- uses: actions/setup-node@v6
with:
node-version-file: .node-version
- run: pnpm install
- run: pnpm run lint
- run: pnpm run test
- name: Save pr id
run: echo ${{ github.event.number }} > pr-id.txt
- name: Upload pr id
uses: actions/upload-artifact@v7
with:
name: pr-id
path: pr-id.txt
retention-days: 5