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

Change it so the categories endpoint is consistent by removing slugify#298

Change it so the categories endpoint is consistent by removing slugify

Change it so the categories endpoint is consistent by removing slugify #298

name:Pre-commit checks
on:
pull_request:
branches:
-"**"
jobs:
pre-commit-checks:
runs-on:ubuntu-latest
steps:
-name:Checkout repository
uses:actions/checkout@v4
-name:Set up Node.js
uses:actions/setup-node@v4
with:
node-version:22
-name:Install dependencies
run:npm ci
-name:Run cspell
run:npm run cspell
-name:Run lint
run:npm run lint
-name:Run tests
run:npm run test-ci
-name:Run build
run:npm run build

[8]ページ先頭

©2009-2025 Movatter.jp