Skip to content

Commit

Permalink
CICD: Bring back the --noout flag for xmlint
Browse files Browse the repository at this point in the history
  • Loading branch information
julianxhokaxhiu committed May 16, 2024
1 parent 1a96c43 commit adc5980
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main-0.0.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:
with:
crate: iroga
version: 0.1.2
- name: Install iroga from crates.io
- name: Install xmlint
uses: baptiste0928/cargo-install@v3
with:
crate: xmllint
git: https://github.com/typomedia/xmllint
tag: v1.0.0
git: https://github.com/dotaxis/xmllint
commit: c28b413d3f9c73a3a343523e9a806962b56b1d1d
- name: Checkout
uses: actions/checkout@v4.1.0
- name: Prepare Env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prepare.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $modXmlPath = ".\src\mod.xml"

# Lint XML file
Write-Output "Linting $modXmlPath..."
xmllint $modXmlPath
xmllint --noout $modXmlPath

# Update Mod version
$modVersion = $env:_BUILD_VERSION
Expand Down

0 comments on commit adc5980

Please sign in to comment.