File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ jobs:
3030 runs-on : ubuntu-latest
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@master
33+ uses : actions/checkout@v4
3434 - name : Download schema
3535 run : wget https://apps.nextcloud.com/schema/apps/info.xsd
36- - name : Lint info.xml
36+ - name : Validate info.xml using XML schema info.xsd
3737 uses : ChristophWurst/xmllint-action@v1
3838 with :
3939 xml-file : ./appinfo/info.xml
@@ -59,11 +59,12 @@ jobs:
5959 runs-on: ubuntu-latest
6060 steps:
6161 - name: Checkout
62- uses: actions/checkout@master
62+ uses: actions/checkout@v4
6363 - name: Download schema
6464 run: wget https://apps.nextcloud.com/schema/apps/info.xsd
65- - name: Lint info.xml
65+ - name: Enable annotations for validation errors and warnings
6666 uses: korelstar/xmllint-problem-matcher@v1
67+ - name: Validate info.xml using XML schema info.xsd
6768 uses: ChristophWurst/xmllint-action@v1
6869 with:
6970 xml-file: ./appinfo/info.xml
You can’t perform that action at this time.
0 commit comments