From f4df86db4c4482e153123569bbe72fca8a4051b1 Mon Sep 17 00:00:00 2001 From: tobspr <> Date: Thu, 14 May 2020 09:11:47 +0200 Subject: [PATCH] Fix actions, attempt 2 --- .github/workflows/ci-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index a22abe41..6e9d155a 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -10,4 +10,4 @@ jobs: uses: mooyoul/tslint-actions@v1.1.1 with: token: ${{ secrets.GITHUB_TOKEN }} - project: "../../src/js" + project: "./src/js"