Skip to content

Bump undici from 5.28.3 to 5.28.4 #101

Bump undici from 5.28.3 to 5.28.4

Bump undici from 5.28.3 to 5.28.4 #101

Workflow file for this run

name: Prettier
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
check-prettier:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: "20"
- name: Install dependencies
run: yarn
- name: Check code formatting
run: yarn prettier:check