Skip to content

Commit

Permalink
WIP: Disable ipt-format check
Browse files Browse the repository at this point in the history
  • Loading branch information
t-b committed Nov 14, 2024
1 parent 1b7b2b9 commit 1800135
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,21 @@ jobs:
run: curl -o ipt.exe "https://byte-physics.de/public-downloads/aistorage/transfer/ipt/0.4.0/ipt.exe"
- name: IPT version
run: ./ipt.exe --version
- name: Format code
run: tools/ipt-format.sh
- name: Check for changed files
run: git diff --name-only --ignore-submodules; git diff --ignore-submodules --quiet
- name: Create patch
if: ${{ failure() }}
run: git diff > format-changes.patch
- name: upload artifacts
uses: actions/upload-artifact@v4
if: ${{ failure() }}
with:
name: IPT-assets
path: |
format-changes.patch
if-no-files-found: warn
# - name: Format code
# run: tools/ipt-format.sh
# - name: Check for changed files
# run: git diff --name-only --ignore-submodules; git diff --ignore-submodules --quiet
# - name: Create patch
# if: ${{ failure() }}
# run: git diff > format-changes.patch
# - name: upload artifacts
# uses: actions/upload-artifact@v4
# if: ${{ failure() }}
# with:
# name: IPT-assets
# path: |
# format-changes.patch
# if-no-files-found: warn

BuildInstaller:
name: 🏗 Build ${{ matrix.kind }} installer
Expand Down

0 comments on commit 1800135

Please sign in to comment.