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

feat: add binary count trailing zeros algorithm#241

feat: add binary count trailing zeros algorithm

feat: add binary count trailing zeros algorithm #241

Workflow file for this run

---
name:code_ql
'on':
workflow_dispatch:
push:
branches:
-master
pull_request:
schedule:
-cron:'10 7 * * 1'
jobs:
analyze:
name:Analyze
runs-on:'ubuntu-latest'
permissions:
actions:read
contents:read
security-events:write
strategy:
fail-fast:false
matrix:
language:
-actions
-rust
steps:
-name:Checkout repository
uses:actions/checkout@v6
-name:Initialize CodeQL
uses:github/codeql-action/init@v4
with:
languages:${{ matrix.language }}
build-mode:none
-name:Perform CodeQL Analysis
uses:github/codeql-action/analyze@v4
with:
category:"/language:${{matrix.language}}"
...

[8]ページ先頭

©2009-2025 Movatter.jp