GitHub Trends
10.1K subscribers
15.3K links
See what the GitHub community is most excited about today.

A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel.

Author and maintainer: https://github.com/katursis
Download Telegram
#go #ci #devops #github_actions #golang

Using `act` allows you to run your GitHub Actions locally, which is very useful. Here’s why: You get fast feedback because you don’t have to commit and push your changes every time you want to test them. Instead, you can test your workflow files locally, saving time. Additionally, `act` can replace your `Makefile` by using the GitHub Actions defined in your project, so you don’t have to repeat tasks. This makes your development process faster and more efficient.

https://github.com/nektos/act