Skip to content

Commit

Permalink
Add missing xmllint
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Friedman <[email protected]>
  • Loading branch information
Ryanf55 committed Dec 4, 2023
1 parent 238e168 commit 5b2f297
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,12 @@ jobs:
runs-on: ubuntu-22.04
strategy:
fail-fast: false # don't cancel if a job from the matrix fails
# steps:
# # git checkout the PR
# - uses: actions/checkout@v4
# with:
# submodules: 'recursive'
# - name: Install pre-commit tool
# run: |
# apk update
# apk add python3 py3-pip --no-cache
# python3 -m pip install pre-commit
# - name: Install pre-commit in repo
# run: |
# pre-commit install
# - name: Run pre-commit
# run: |
# pre-commit run --all-files --verbose --show-diff-on-failure
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v3
- name: Install pre-commit dependencies
shell: 'bash'
run: |
sudo apt update
sudo apt install --no-install-recommends libxml2-utils
- uses: pre-commit/[email protected]

0 comments on commit 5b2f297

Please sign in to comment.