Closed memo33 closed 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.
r=202438
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.
Implemented by 45fc116 and 12e157d.
The new action should validate subfile-IDs of submitted STEX URLs. For example, in the URL
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.