Skip to content

Migrate config renovate.json (#950) #646

Migrate config renovate.json (#950)

Migrate config renovate.json (#950) #646

Workflow file for this run

name: CI
on: push
jobs:
ci:
name: CI
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Build create-react-app app
run: pnpm build
- name: Run TypeScript Compiler
run: pnpm tsc
- name: Run ESLint
run: pnpm eslint . --max-warnings 0
- name: Run Stylelint
run: pnpm stylelint '**/*.{css,scss,less,js,tsx}'
- name: Install and run Preflight
run: |
pnpm add --global @upleveled/preflight
preflight