From 963e12a701b5d238a6cbaed3d0fd4c68026317e5 Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 4 May 2021 23:37:27 -0700 Subject: [PATCH] Update the "setup-taskflile" workflow for new repository structure The action was moved to the root of the repository during the migration, so the "setup-taskflile" [sic] workflow must be updated accordingly. --- .github/workflows/setup-taskflile.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/setup-taskflile.yml b/.github/workflows/setup-taskflile.yml index 39d9adbc..9bd2c70a 100644 --- a/.github/workflows/setup-taskflile.yml +++ b/.github/workflows/setup-taskflile.yml @@ -2,14 +2,7 @@ name: setup-taskfile workflow on: pull_request: - paths: - - '.github/workflows/setup-taskflile.yml' - - 'setup-taskfile/**' - push: - paths: - - '.github/workflows/setup-taskflile.yml' - - 'setup-taskfile/**' jobs: test: @@ -29,13 +22,10 @@ jobs: version: 10.x - name: npm install - working-directory: ./setup-taskfile run: npm install - name: npm lint - working-directory: ./setup-taskfile run: npm run format-check - name: npm test - working-directory: ./setup-taskfile run: npm test