Skip to content

Commit

Permalink
title case to trigger vale (#46)
Browse files Browse the repository at this point in the history
* title case to trigger vale

* test things on the vale branch of the workflows

* test things on the vale branch of the workflows

* edit to heading to trigger vale on PR

* updates to a couple of workflows

* fix typo for vale checks

---------

Co-authored-by: Joshua Fernandes <[email protected]>
  • Loading branch information
m4sterbunny and joshuafernandes authored Sep 18, 2024
1 parent e941914 commit 0b7ff9b
Show file tree
Hide file tree
Showing 8 changed files with 3,415 additions and 534 deletions.
7 changes: 7 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,10 @@ indent_style = space
indent_size = 2
max_line_length = 100
trim_trailing_whitespace = true

[*.md]
max_line_length = 80
indent_style = space

insert_final_newline = false
trim_trailing_whitespace = false
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ build/
.eslintrc.md.js
docs/test-api
./node_modules/*
*.md
*.mdx
LICENSE
34 changes: 0 additions & 34 deletions .eslintrc.md.js

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
- main

jobs:

linkCheck:
name: Link Checking
runs-on: ubuntu-latest
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ jobs:

- name: Lint code
uses: ConsenSys/docs-gha/lint@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Lint markdown
uses: ConsenSys/docs-gha/lint-markdown@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 0 additions & 1 deletion .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ jobs:
- name: Vale
uses: Consensys/docs-gha/spelling@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FILEPATHS: "docs"

Loading

0 comments on commit 0b7ff9b

Please sign in to comment.