Use lua time class for date math. #739
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Clean up PR caches | |
| on: | |
| pull_request_target: | |
| types: | |
| - closed | |
| jobs: | |
| cleanup: | |
| uses: DFHack/dfhack/.github/workflows/clean-cache.yml@develop | |
| secrets: inherit |