This website works better with JavaScript.
Home
Explore
Help
Sign In
isprogram
/
tree-sitter-c
mirror of
https://github.com/tree-sitter/tree-sitter-c
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
79
Wiki
Activity
Browse Source
Merge
ce3bea2479
into
b780e47fc7
pull/318/merge
dependabot[bot]
2 weeks ago
committed by
GitHub
parent
b780e47fc7
ce3bea2479
commit
8ef692ba99
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/ci.yml
+1
-1
.github/workflows/lint.yml
+ 1
- 1
.github/workflows/ci.yml
View File
@ -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
View File
@ -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:
Write
Preview
Loading…
Cancel
Save