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

integer to binary array conversion#410

integer to binary array conversion

integer to binary array conversion #410

Workflow file for this run

name:Spell Check
# See: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows
on:
push:
pull_request:
schedule:
# Run every Tuesday at 8 AM UTC to catch new misspelling detections resulting from dictionary updates.
-cron:"0 8 * * TUE"
workflow_dispatch:
repository_dispatch:
jobs:
spellcheck:
runs-on:ubuntu-latest
steps:
-name:Checkout repository
uses:actions/checkout@v2
-name:Spell check
uses:codespell-project/actions-codespell@master

[8]ページ先頭

©2009-2025 Movatter.jp