Skip to content

build(deps-dev): bump @unocss/eslint-config from 0.65.3 to 65.4.0 #580

build(deps-dev): bump @unocss/eslint-config from 0.65.3 to 65.4.0

build(deps-dev): bump @unocss/eslint-config from 0.65.3 to 65.4.0 #580

Workflow file for this run

name: Check format and test build
'on':
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout your repository using git
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/[email protected]
- name: Install dependencies
run: pnpm i --frozen-lockfile
- name: Run ESLint
run: pnpm lint:check
- name: Run Prettier
run: pnpm prettier:check
- name: Run Astro Check
run: pnpm astro:check
- name: Run Build
run: pnpm build