docs: update changelog #22
This file contains 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: Build Raycast extension | |
on: | |
- push | |
jobs: | |
build: | |
# We use the `macos-latest` GitHub Actions runner, because Raycast's `ray` CLI only works on macOS. | |
runs-on: macos-latest | |
steps: | |
- uses: actions/checkout@v2 | |
# You don't have to specify any options here, although there are some non-mandatory options - see below! | |
- uses: timrogers/[email protected] |