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

Work on LTS linting scripts #634

Merged
merged 6 commits into from
Jul 27, 2020
Merged

Work on LTS linting scripts #634

merged 6 commits into from
Jul 27, 2020

Commits on Jul 27, 2020

  1. Configuration menu
    Copy the full SHA
    f3fd623 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bc4ded View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b035f3 View commit details
    Browse the repository at this point in the history
  4. Combine LTS and Checksum linting workflows

    The old LTS linter also ran on pushes to master. But since the checksum
    linter can _only_ run on PRs (requires base_ref property), it's easier
    to just skip master pushes. This is fine because the scheduled linter
    (with fixing!) already runs regularly from master anyway.
    jasonkarns committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    0be9354 View commit details
    Browse the repository at this point in the history
  5. tweak fix-lts workflow

    jasonkarns committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    7480a4b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    00537d2 View commit details
    Browse the repository at this point in the history