You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Act](https://github.com/nektos/act) is a tool that allows you to run your GitHub Actions locally. It simulates the GitHub Actions environment on your local machine, enabling you to test and debug your workflows before pushing them to GitHub.
4
4
5
5
---
6
6
7
7
-[🤖 Act](#-act)
8
-
-[🔸 Title](#-title)
8
+
-[🔸 About](#-about)
9
+
-[🔸 VSCode Extension: GitHub Local Actions](#-vscode-extension-github-local-actions)
9
10
10
-
## 🔸 Title
11
+
## 🔸 About
12
+
13
+
We can emulate GitHub Actions locally with [Act](https://github.com/nektos/act).
14
+
15
+
> {info} Local running GitHub Actions is not a replacement for CI/CD. It's just a tool to test and debug your workflows before pushing them to GitHub. And it can be slower 5x-10x times than GitHub Actions.
16
+
17
+
## 🔸 VSCode Extension: GitHub Local Actions
18
+
19
+
With [GitHub Local Actions](https://github.com/sanjulaganepola/github-local-actions) you can run your GitHub Actions locally. It's a VSCode extension that allows you to run your GitHub Actions locally.
0 commit comments