We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2216544 commit ac9d21aCopy full SHA for ac9d21a
1 file changed
.github/workflows/xmllinter.yml
@@ -25,6 +25,9 @@ jobs:
25
runs-on: ubuntu-latest
26
27
steps:
28
+ - name: Install required tools
29
+ run: apt-get -y install jo
30
+
31
- name: Checkout Code
32
uses: actions/checkout@v4
33
with:
0 commit comments