Documentation Index
Fetch the complete documentation index at: https://mintlify.com/KarChunT/karchunt.com/llms.txt
Use this file to discover all available pages before exploring further.
Nektos Act allows you to run your GitHub Actions workflows locally, which is useful for testing before pushing changes.
Before you begin, you need to have Docker installed on your Ubuntu system, as Nektos Act relies on Docker to run GitHub Actions locally.
Installation
cd /tmp
wget https://github.com/nektos/act/releases/download/v0.2.76/act_Linux_x86_64.tar.gz
sudo tar -xvf act_Linux_x86_64.tar.gz -C /usr/local/bin act
act --version