memo33 / sc4pac

Metadata channel of package manager Sc4pac
https://memo33.github.io/sc4pac/
GNU General Public License v3.0
6 stars 7 forks source link

add STEX URL checking action #30

Closed memo33 closed 1 month ago

memo33 commented 1 month ago

The new action should validate subfile-IDs of submitted STEX URLs. For example, in the URL

https://community.simtropolis.com/files/file/29961-b62-remastered-albertsons-60s-retro-grocery/?do=download&r=202438

the r=202438 is required, as the STEX entry serves multiple subfiles.

The action should run on pull requests, using the STEX API to retrieve data for each STEX file-ID touched by the pull request.

It would be similar to this existing check, which however only checks recently updated STEX files.

memo33 commented 1 month ago

Implemented by 45fc116 and 12e157d.