Commit d1d20e1b authored by Chris Cheshire's avatar Chris Cheshire
Browse files

Updated linting

parent 9b89dd73
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ jobs:
        run: npm install -g editorconfig-checker

      - name: Run ECLint check
        run: editorconfig-checker -exclude README.md,docs/output.md,docs/usage.md $(git ls-files | grep -v test)
        run: editorconfig-checker -exclude README.md $(git ls-files | grep -v test)

  YAML:
    runs-on: ubuntu-latest