Skip to content

Commit

Permalink
Remove EClint for now
Browse files Browse the repository at this point in the history
  • Loading branch information
drpatelh committed Nov 12, 2020
1 parent a3f4686 commit 082c582
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 082c582

Please sign in to comment.