Skip to content

Bump tsup from 8.2.3 to 8.2.4 (#88) #79

Bump tsup from 8.2.3 to 8.2.4 (#88)

Bump tsup from 8.2.3 to 8.2.4 (#88) #79

Workflow file for this run

name: Format
on:
push:
branches:
- '**'
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