Skip to content

Commit cb8d4cd

Browse files
committed
Document GitHub Actions support
1 parent e4e18cf commit cb8d4cd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,15 @@ You can add your own environment variables if you like:
126126
# MY_VAR: my-value
127127
```
128128

129+
## GitHub Actions
130+
131+
```yaml
132+
- uses: pkgxdev/dev@v1
133+
```
134+
135+
Installs needed packages and sets up the environment the same as `dev` does in
136+
your terminal.
137+
129138
## Contributing
130139

131140
Edit [./src/sniff.ts](src/sniff.ts) to add new dev types.

0 commit comments

Comments
 (0)