From 7030d1d2209b9aafc8af6617b09edae715cc056c Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sat, 18 Apr 2020 07:30:19 +0200 Subject: [PATCH] Fix lint workflow --- .github/workflows/lint.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 902ca41..72da253 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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