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

SPEAK LOUDER

SPEAK LOUDER #44

Workflow file for this run

name:Continuous Integration
# This action works with pull requests and pushes
on:
pull_request:
push:
branches:
-main
jobs:
prettier:
runs-on:ubuntu-latest
permissions:
contents:write
steps:
-name:Checkout
uses:actions/checkout@v3
with:
# Make sure the actual branch is checked out when running on pull requests
ref:${{ github.head_ref }}
-name:Prettify code
uses:creyD/prettier_action@v4.3
with:
# This part is also where you can pass other options, for example:
prettier_options:--write **/*.{js,md}

[8]ページ先頭

©2009-2025 Movatter.jp