Skip to content

Update all non-major dependencies #333

Update all non-major dependencies

Update all non-major dependencies #333

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
jobs:
ci:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
- name: Setup
uses: ./.github/composite-actions/cache-and-install
- name: CI
shell: bash
run: |
pnpm run check