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.
This commit is contained in:
Alexander Artemenko 2021-09-07 16:01:16 +03:00 committed by GitHub
parent 46b4340f3e
commit b4a1837a41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 Flutter](https://github.com/subosito/flutter-action)
- [GitHub Actions for PHP](https://github.com/shivammathur/setup-php) - [GitHub Actions for PHP](https://github.com/shivammathur/setup-php)
- [GitHub Actions for Rust](https://github.com/actions-rs) - [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 Android](https://github.com/Malinskiy/action-android)
- [GitHub Actions for Logtalk and Prolog](https://github.com/logtalk-actions) - [GitHub Actions for Logtalk and Prolog](https://github.com/logtalk-actions)
- [GitHub Actions for Deno](https://github.com/denolib/setup-deno) - [GitHub Actions for Deno](https://github.com/denolib/setup-deno)