From b4a1837a41c3e06811c7cbc99e793a3f81dadcc3 Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Tue, 7 Sep 2021 16:01:16 +0300 Subject: [PATCH] Add a link to a tool and actions for Common Lisp projects This tool is able to generate GitHub workflow files which uses a few actions to setup environment for Common Lisp projects, run linter, build docs and update gh-pages. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 85aa2b0..13896cd 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [GitHub Actions for Flutter](https://github.com/subosito/flutter-action) - [GitHub Actions for PHP](https://github.com/shivammathur/setup-php) - [GitHub Actions for Rust](https://github.com/actions-rs) +- [GitHub Actions for Common Lisp](https://40ants.com/ci/) - [GitHub Actions for Android](https://github.com/Malinskiy/action-android) - [GitHub Actions for Logtalk and Prolog](https://github.com/logtalk-actions) - [GitHub Actions for Deno](https://github.com/denolib/setup-deno)