Skip to content

[Snyk] Upgrade @radix-ui/react-tooltip from 1.1.3 to 1.1.4 #843

[Snyk] Upgrade @radix-ui/react-tooltip from 1.1.3 to 1.1.4

[Snyk] Upgrade @radix-ui/react-tooltip from 1.1.3 to 1.1.4 #843

Workflow file for this run

name: Style
on:
push:
branches:
- '**'
pull_request:
branches:
- main
jobs:
formatting:
name: Code Formatting
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- name: Install Dependencies
run: yarn install --immutable
- name: Run Tests
run: yarn run test:format