diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 0ec28f1..3f7447d 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -16,9 +16,11 @@ jobs: files: README.md config_file: ".markdownlint.json" - - name: Setup and run check list + - name: Node setup uses: actions/setup-node@v1 with: node-version: '12.x' - - run: npm ci && npm test + + - name: Run Checklist + run: npm ci && npm test \ No newline at end of file