From 082c582258fc16c2afc32f94af157ac8faaf12cc Mon Sep 17 00:00:00 2001 From: drpatelh Date: Thu, 12 Nov 2020 15:22:15 +0000 Subject: [PATCH] Remove EClint for now --- .github/workflows/linting.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 50af02f2..62a6125c 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -17,20 +17,20 @@ jobs: - name: Run Markdownlint run: markdownlint ${GITHUB_WORKSPACE} -c ${GITHUB_WORKSPACE}/.markdownlint.yml - EditorConfig: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 + # EditorConfig: + # runs-on: ubuntu-latest + # steps: + # - uses: actions/checkout@v2 - - uses: actions/setup-node@v1 - with: - node-version: "10" + # - uses: actions/setup-node@v1 + # with: + # node-version: "10" - - name: Install ECLint - run: npm install -g eclint + # - name: Install ECLint + # run: npm install -g eclint - - name: Run ECLint check - run: eclint check $(git ls-files | grep -v test) + # - name: Run ECLint check + # run: eclint check $(git ls-files | grep -v test) YAML: runs-on: ubuntu-latest