File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 uses : actions/checkout@v4
2121
2222 - name : Trunk Check
23- uses : trunk-io/trunk-action@v1.1.17
23+ uses : trunk-io/trunk-action@v1
2424 with :
2525 post-annotations : true # only for fork PRs
Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ jobs:
2525 run : npm install
2626
2727 - name : Lint Files (eslint)
28- uses : trunk-io/trunk-action@v1.1.17
28+ uses : trunk-io/trunk-action@v1
2929 with :
3030
3131 # Run on everything except the docs folder.
3232 arguments : --ignore=docs/** --filter=eslint
3333 check-mode : all
3434
3535 - name : Lint Files (other)
36- uses : trunk-io/trunk-action@v1.1.17
36+ uses : trunk-io/trunk-action@v1
3737 with :
3838
3939 # Run on everything except the docs folder.
@@ -46,15 +46,15 @@ jobs:
4646 run : node Makefile checkLicenses
4747
4848 - name : Lint Docs Files (eslint)
49- uses : trunk-io/trunk-action@v1.1.17
49+ uses : trunk-io/trunk-action@v1
5050 with :
5151
5252 # Run only on the docs folder.
5353 arguments : --ignore=** --ignore=!docs/** --filter=eslint
5454 check-mode : all
5555
5656 - name : Lint Docs Files (other)
57- uses : trunk-io/trunk-action@v1.1.17
57+ uses : trunk-io/trunk-action@v1
5858 with :
5959
6060 # Run only on the docs folder.
You can’t perform that action at this time.
0 commit comments