Skip to content

chore: add renovate config file #3

chore: add renovate config file

chore: add renovate config file #3

Workflow file for this run

name: CI
on:
pull_request: ~
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
name: Lint & Build
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: commencis/js-toolkit/.github/actions/setup@main
- name: Review
run: pnpm run ci:review
- name: Build
run: pnpm run build