Skip to content

Commit 38af1a0

Browse files
committed
Add act docs notes
1 parent 68b58f1 commit 38af1a0

File tree

1 file changed

+12
-3
lines changed
  • resources/docs/dev/dx-notes

1 file changed

+12
-3
lines changed

resources/docs/dev/dx-notes/act.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
# 🤖 Act
22

3-
WIP...
3+
[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.
44

55
---
66

77
- [🤖 Act](#-act)
8-
- [🔸 Title](#-title)
8+
- [🔸 About](#-about)
9+
- [🔸 VSCode Extension: GitHub Local Actions](#-vscode-extension-github-local-actions)
910

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

Comments
 (0)