Emacs: neil.el should work with compound commands (#247) #338
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: clj run tests | |
on: [push, pull_request] | |
jobs: | |
Testing: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out repository code | |
uses: actions/checkout@v3 | |
- name: Install clojure tools | |
uses: DeLaGuardo/[email protected] | |
with: | |
bb: latest | |
- run: | | |
NEIL_GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} \ | |
NEIL_GITHUB_USER=${{ secrets.GITHUB_ACTOR }} bb test:clj |