Unverified Commit 10813716 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

build: Validate XML (#71)

parent 1b1300ce
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -12,3 +12,8 @@ jobs:
        uses: ludeeus/action-shellcheck@master
        env:
          SHELLCHECK_OPTS: -x --source-path=src -e SC1091 -e SC2001 -e SC2034 -e SC2064 -e SC2317 -e SC2153
      - name: Validate XML
        uses: anyone-developer/anyone-validate-xml@main
        with:
         file-extension: '.xml'
         read-path: 'assets'