diff options
author | 2020-10-16 15:13:51 +0200 | |
---|---|---|
committer | 2020-10-17 00:13:51 +1100 | |
commit | 8b595339529ff8776c4f1e28557e2f6c392dec39 (patch) | |
tree | aef6f95d9658a133b3e6a151221bff72985ebf50 /hash | |
parent | b95bc8727561b74339b9fa45b0b3f344cc35c32c (diff) |
Create GitHub Action to validate hash XML files (#7323)
* Create GitHub Action to validate hash XML files
This GitHub Action will run on any commit or pull request that changes a file in the "hash" directory. It will do a simple xmllint run for the HSI files and will check the softwarelist XML files against their DTD.
* Delete c64_flop_clcracked.xml
No content, can be recreated if needed.
* Remove references to removed softwarelist c64_flop_clcracked.xml
Diffstat (limited to 'hash')
-rw-r--r-- | hash/c64_flop_clcracked.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/hash/c64_flop_clcracked.xml b/hash/c64_flop_clcracked.xml deleted file mode 100644 index d1c6c38233d..00000000000 --- a/hash/c64_flop_clcracked.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0"?> -<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd"> -<!-- -license:CC0 ---> -<softwarelist name="c64_flop_clcracked" description="Commodore 64 cleanly cracked disks"> - -</softwarelist> |