Skip to content

Bump @types/react-dom from 18.3.0 to 18.3.1 in /ui (#35) #51

Bump @types/react-dom from 18.3.0 to 18.3.1 in /ui (#35)

Bump @types/react-dom from 18.3.0 to 18.3.1 in /ui (#35) #51

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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Run Unit Tests
run: make test-unit