File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 1- # This is a basic workflow to help you get started with Actions
2-
31name : Run tree-sitter tests
42
5- # Controls when the workflow will run
63on :
7- # Triggers the workflow on push or pull request events but only for the master branch
84 push :
95 branches : [ master ]
106 pull_request :
117 branches : [ master ]
128
13- # A workflow run is made up of one or more jobs that can run sequentially or in parallel
149jobs :
15- # This workflow contains a single job called "build"
1610 test :
1711 name : Tree-sitter tests
18- # The type of runner that the job will run on
1912 runs-on : ubuntu-latest
20-
21- # Steps represent a sequence of tasks that will be executed as part of the job
2213 steps :
23- # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
24- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v3
2515
26- - uses : actions/setup-node@v2.4.0
16+ - uses : actions/setup-node@v3
2717 - name : Install Dependencies
2818 run : npm install
2919
You can’t perform that action at this time.
0 commit comments