Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
CI: "git add ." instead of line ending config
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
  • Loading branch information
hugovk and CAM-Gerlach authored Nov 30, 2022
commit 3f918f0f28580a84a9b07deb8a0d71397451ac62
8 changes: 2 additions & 6 deletions .github/workflows/release-cycle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ jobs:
os: [windows-latest, ubuntu-latest]

steps:
- name: Silence Windows warnings
run: |
git config --global core.eol lf
git config --global core.autocrlf input

- uses: actions/checkout@v3

- uses: actions/setup-python@v4
Expand All @@ -30,6 +25,7 @@ jobs:

- name: Check for differences
run: |
git add .
git status
git diff
git diff --staged
test $(git status --porcelain | wc -l) = 0
Comment thread
hugovk marked this conversation as resolved.