diff options
author | 2020-09-28 12:06:54 +0100 | |
---|---|---|
committer | 2020-09-28 12:06:54 +0100 | |
commit | 189518343e94a781169f6360a6c694dc2d3051fb (patch) | |
tree | ca7f291ee2475ccc8af28c7c7e7a2ba0558f81af /.github | |
parent | Create test_and_lint.yml (diff) |
yarn seems to be pre-installed on the runner
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test_and_lint.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/test_and_lint.yml b/.github/workflows/test_and_lint.yml index 7b8df95..86ac818 100644 --- a/.github/workflows/test_and_lint.yml +++ b/.github/workflows/test_and_lint.yml @@ -14,9 +14,6 @@ jobs: - uses: actions/checkout@v2 - uses: EgorDm/gha-yarn-node-cache@v1 - - name: action-yarn - uses: comchangs/[email protected] - - name: Install dependencies run: yarn install @@ -30,9 +27,6 @@ jobs: - uses: actions/checkout@v2 - uses: EgorDm/gha-yarn-node-cache@v1 - - name: action-yarn - uses: comchangs/[email protected] - - name: Install dependencies run: yarn install |