From dab4cf230c852c97bcb0b893f4506bce106cc2fe Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Wed, 22 Apr 2020 16:43:20 +0200 Subject: [PATCH] remove unneeded steps from parallel example There is no need to checkout the repository, install Node.js, and run `npm install`. --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index e1eab31c..2a615cdf 100644 --- a/README.md +++ b/README.md @@ -98,15 +98,6 @@ jobs: needs: test runs-on: ubuntu-latest steps: - - uses: actions/checkout@master - - name: Use Node.js 10.x - uses: actions/setup-node@master - with: - version: 10.x - - - name: npm install - run: npm install - - name: Coveralls Finished uses: coverallsapp/github-action@master with: