Skip to content

Bump @types/react from 18.3.10 to 18.3.11 in /ui (#17) #14

Bump @types/react from 18.3.10 to 18.3.11 in /ui (#17)

Bump @types/react from 18.3.10 to 18.3.11 in /ui (#17) #14

Workflow file for this run

name: Run Unit Tests
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Run Unit Tests
run: make test-unit