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

Fix indentation (also tweak newlines/whitespace) in CI workflow yaml files #284

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Sep 13, 2024

  1. CI: Tweak indentation for test-deploy.yml

    Make the indentation here respect the usual two-space sized indenting
    scheme.
    
    Shout-out to savetheclocktower for noticing this.
    DeeDeeG committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    7080c53 View commit details
    Browse the repository at this point in the history
  2. CI: Normalize whitespace in workflow files

    Always put an empty line between workflow steps.
    
    Get rid of stray trailing spaces at the ends of lines.
    DeeDeeG committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    35257b0 View commit details
    Browse the repository at this point in the history