Skip to content

Add stargazers_count attribute of repositories, allow customizing sle… #15

Add stargazers_count attribute of repositories, allow customizing sle…

Add stargazers_count attribute of repositories, allow customizing sle… #15

Workflow file for this run

name: Test minimal babashka project
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Babashka
uses: turtlequeue/setup-babashka@v1.6.0
with:
babashka-version: 1.1.171
- name: Run tests
run: |
bb -f test-runner.clj