mirror of
https://github.com/goreleaser/goreleaser-action.git
synced 2026-05-16 07:30:32 +00:00
Fix lint workflow
This commit is contained in:
parent
db99dcc9b2
commit
f3bdd39e1f
1 changed files with 4 additions and 0 deletions
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
|
|
@ -14,6 +14,10 @@ jobs:
|
|||
# https://github.com/actions/checkout
|
||||
name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
-
|
||||
# https://github.com/actions/setup-node
|
||||
name: Set up Node
|
||||
uses: actions/setup-node@v1
|
||||
-
|
||||
name: Setup TS
|
||||
run: npm install tslint typescript -g
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue