Skip to content

Add test: pinned git deps are not changed (#232) #719

Add test: pinned git deps are not changed (#232)

Add test: pinned git deps are not changed (#232) #719

Workflow file for this run

name: bb 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/setup-clojure@9.4
with:
bb: latest
- run: |
NEIL_GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} \
NEIL_GITHUB_USER=${{ secrets.GITHUB_ACTOR }} bb run test:bb