mirror of
https://github.com/crazy-max/ghaction-upx.git
synced 2024-11-22 02:16:09 -07:00
Fix lint workflow
This commit is contained in:
parent
a6aa6e0fc3
commit
7030d1d220
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
|
@ -14,6 +14,10 @@ jobs:
|
||||||
# https://github.com/actions/checkout
|
# https://github.com/actions/checkout
|
||||||
name: Checkout
|
name: Checkout
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
|
-
|
||||||
|
# https://github.com/actions/setup-node
|
||||||
|
name: Set up Node
|
||||||
|
uses: actions/setup-node@v1
|
||||||
-
|
-
|
||||||
name: Setup TS
|
name: Setup TS
|
||||||
run: npm install tslint typescript -g
|
run: npm install tslint typescript -g
|
||||||
|
|
Loading…
Reference in New Issue
Block a user