playdate icon indicating copy to clipboard operation
playdate copied to clipboard

Playdate Build Tools and API

Results 86 playdate issues
Sort by recently updated
recently updated
newest added

https://api.github.com/boozook/playdate/blob/b73f64d8bf73c24f1875376ea226f911ceefd50b/.github/workflows/post.yml#L29 ```yaml types: [published] jobs: post: name: Post runs-on: ubuntu-latest steps: - name: Repo Url id: url run: | URL="${{ format('{0}/{1}', github.server_url, github.repository) }}" echo "value=$URL" >> "$GITHUB_OUTPUT" - name:...

ci
todo

Find a way to automatically clean stale [caches][]. Workflow should be triggered by cron once or twice for a week. [caches]: https://github.com/boozook/playdate/actions/caches

good first issue
ci