mirror of
https://github.com/goreleaser/goreleaser-action
synced 2026-07-09 14:47:33 +00:00
Fix lint workflow
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user