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: convert line endings of GitHub Workflow to linux #1002

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

dklimpel
Copy link
Contributor

Checklist
  • make test-all (UNIX) passes. CI will also test this
  • unit and/or integration tests are included (if applicable)
  • documentation is changed or added (if applicable)

Description of change

convert line endings from windows to linux

how to find

  • find . -not -type d -exec file "{}" ";" | grep CRLF

Follow up to:

Reduces the size of:

@aelsabbahy
Copy link
Member

I wonder if GitHub shows the line ending style in the diff page 🤔

Or maybe I need to add a linter to check all files line endings.

@aelsabbahy aelsabbahy merged commit 00e9355 into goss-org:master Nov 21, 2024
6 checks passed
@dklimpel dklimpel deleted the fix_ci_windows_line_endings branch November 21, 2024 07:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants