Explicit paren in an application uses left and right parens #31
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
on: | |
- push | |
- pull_request | |
jobs: | |
build_and_publish_docs: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/[email protected] | |
- name: Install Racket | |
uses: Bogdanp/[email protected] | |
with: | |
architecture: 'x64' | |
distribution: 'full' | |
version: '8.1' | |
dest: '"${HOME}/racketdist"' | |
local_catalogs: $GITHUB_WORKSPACE | |
sudo: never | |
- name: Register local packages | |
run: | | |
cd ../.. | |
raco pkg install --deps search-auto racket-cas/ | |
cd racket-cas | |
- name: Setup Collections | |
run: raco setup racket-cas |