Change rest callbacks to take just one argument #752
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: Compile | |
| on: [push, pull_request] | |
| jobs: | |
| compile: | |
| name: Compile | |
| uses: | # zizmor: ignore[unpinned-uses] same maintainer as this repo | |
| emacscollective/workflows/.github/workflows/compile.yml@main | |
| permissions: {} |