Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lint all the files #210

Merged
merged 6 commits into from
Jun 27, 2023
Merged

Lint all the files #210

merged 6 commits into from
Jun 27, 2023

Commits on Jun 27, 2023

  1. use .gitignore in markdownlint cmd

    which is more general than just
    ignoring `node_modules`
    etpinard committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    878a27e View commit details
    Browse the repository at this point in the history
  2. add basic lint checks

    for all git-tracked text files, assert that:
    - No trainling whitespaces at EOLs
    - No tab characters
    - a newline at EOF
    etpinard committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    3cdb08c View commit details
    Browse the repository at this point in the history
  3. lint all the files

    so that the `lint.yml` workflow passes
    etpinard committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    ec7fb7c View commit details
    Browse the repository at this point in the history
  4. adapt handler tests

    that now read files that include
    newline at EOF
    etpinard committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    878121a View commit details
    Browse the repository at this point in the history
  5. rename lint.yml workflow

    and group "lint markdown files" steps into one
    for clarity
    etpinard committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    272eab5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    18e91c4 View commit details
    Browse the repository at this point in the history