このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
isprogram
/
tree-sitter-c
ミラー元
https://github.com/tree-sitter/tree-sitter-c
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プロジェクト
0
リリース
79
Wiki
アクティビティ
ソースを参照
Merge
ce3bea2479
into
b780e47fc7
pull/318/merge
dependabot[bot]
2週間前
committed by
GitHub
親
b780e47fc7
ce3bea2479
コミット
8ef692ba99
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID:
B5690EEEBB952194
2個のファイルの変更
、
2行の追加
、
2行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
.github/workflows/ci.yml
+1
-1
.github/workflows/lint.yml
+ 1
- 1
.github/workflows/ci.yml
ファイルの表示
@ -20,7 +20,7 @@ jobs:
os
:
[
ubuntu-latest, windows-latest, macos-latest]
steps:
-
name
:
Checkout repository
uses
:
actions/checkout@v
6
uses
:
actions/checkout@v
7
-
name
:
Set up tree-sitter
uses
:
tree-sitter/setup-action/cli@v2
-
name
:
Run tests
+ 1
- 1
.github/workflows/lint.yml
ファイルの表示
@ -14,7 +14,7 @@ jobs:
runs-on
:
ubuntu-latest
steps:
-
name
:
Checkout repository
uses
:
actions/checkout@v
6
uses
:
actions/checkout@v
7
-
name
:
Set up Node.js
uses
:
actions/setup-node@v6
with:
書き込み
プレビュー
読み込み中…
キャンセル
保存