Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix(deps): update all non-major dependencies#2343

fix(deps): update all non-major dependencies

fix(deps): update all non-major dependencies #2343

Workflow file for this run

name:autofix.ci
on:
push:
branches:
-main
pull_request:
branches:
-main
jobs:
lint:
runs-on:ubuntu-latest
steps:
-uses:actions/checkout@v4
-name:Set node
uses:actions/setup-node@v4
with:
node-version:lts/*
-name:Install pnpm
# https://github.com/nitrojs/nitro/pull/3060
# https://github.com/nodejs/corepack/pull/614
run:npm i -g --force corepack && corepack enable pnpm
-name:Setup
run:npm i -g @antfu/ni
-name:Install
run:nci
-name:Build
run:nr build
-name:Lint
run:nr lint --fix
-uses:autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27

[8]ページ先頭

©2009-2025 Movatter.jp