Skip to content

chore(deps): bump undici from 6.21.0 to 6.21.1 in the npm_and_yarn group across 1 directory #8

chore(deps): bump undici from 6.21.0 to 6.21.1 in the npm_and_yarn group across 1 directory

chore(deps): bump undici from 6.21.0 to 6.21.1 in the npm_and_yarn group across 1 directory #8

Workflow file for this run

name: code
on:
push:
branches: [main]
pull_request_target:
jobs:
quality:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install Biome
run: npm install -g @biomejs/biome@$(< package.json jq -r ".devDependencies.\"@biomejs/biome\"")
- name: Run check
run: npm run check