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
Update CI: Windows line-endings, add runtime checks, update Git checks
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
  • Loading branch information
hugovk and CAM-Gerlach authored Nov 30, 2022
commit d4d01ba20454096fefda4c79991af82365b19e03
7 changes: 4 additions & 3 deletions .github/workflows/release-cycle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,17 @@ jobs:
- name: Silence Windows warnings
run: |
git config core.eol lf
git config core.autocrlf true
git config core.autocrlf input

- uses: actions/setup-python@v4
with:
python-version: "3"

- name: Generate release cycle output
run: python _tools/generate_release_cycle.py
run: python -I -bb -X dev -X warn_default_encoding -W error _tools/generate_release_cycle.py

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