From aa0d8d1506d148da8328c4fd2887c64937252ba7 Mon Sep 17 00:00:00 2001 From: Nicolas Ha Date: Thu, 19 Nov 2020 11:33:23 +0000 Subject: [PATCH] feat: add link to turtlequeue/setup-babashka (#655) [skip ci] --- doc/libraries.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/libraries.md b/doc/libraries.md index 4eeb80f3..6da0f383 100644 --- a/doc/libraries.md +++ b/doc/libraries.md @@ -387,3 +387,8 @@ An example of using babashka to show spotifyd notifications via dunst. ### [nextjournal/ssh-github-auth](https://github.com/nextjournal/ssh-github-auth) A babashka script which uses github auth to fetch SSH public keys. It can be useful to ensure only a certain team of people can access machines with SSH. + +### [turtlequeue/setup-babashka](https://github.com/turtlequeue/setup-babashka) + +Github Action to install Babashka in your workflows. Useful to run bb scripts in your CI. +