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

Lineage pull request for: skeleton #85

Merged
merged 12 commits into from
Aug 26, 2021
Merged

Lineage pull request for: skeleton #85

merged 12 commits into from
Aug 26, 2021

Commits on Aug 4, 2021

  1. Fix a typo

    dav3r authored Aug 4, 2021
    Configuration menu
    Copy the full SHA
    a0f2493 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Use the hashicorp/setup-terraform Action

    Instead of manually installing a Terraform binary we can leverage the Action
    provided by Hashicorp to do the same thing.
    mcdonnnj committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    f7140d8 View commit details
    Browse the repository at this point in the history
  2. Add a markdownlint rule for horizontal rules

    This sets a specific rule for MD035 (Horizontal rule style) instead of the
    default value of "consistent".
    mcdonnnj committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    7f324b9 View commit details
    Browse the repository at this point in the history
  3. Add a markdownlint rule for code blocks

    This sets a specific rule for MD046 (code block style) instead of the default
    value of "consistent".
    mcdonnnj committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    9848ff6 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Update pre-commit hooks

    Update pre-commit hooks using `pre-commit autoupdate`. The `ansible-lint` hook
    is intentionally held back due to issues with switching to v5.
    mcdonnnj committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    23f9cfd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5459c2c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #85 from cisagov/dav3r-patch-1

    Fix a typo
    mcdonnnj authored Aug 18, 2021
    Configuration menu
    Copy the full SHA
    929bab5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f632766 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #89 from cisagov/improvement/specify_mdl_rules

    Add markdownlint Rules to Enforce Specific Formatting
    mcdonnnj authored Aug 18, 2021
    Configuration menu
    Copy the full SHA
    bd030a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c9c6562 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #88 from cisagov/improvement/use_setup-terraform_i…

    …n_gha_workflow
    
    Use the hashicorp/setup-terraform Action to Install Terraform in GHA Workflow
    mcdonnnj authored Aug 18, 2021
    Configuration menu
    Copy the full SHA
    a4196ee View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    82a44a5 View commit details
    Browse the repository at this point in the history