We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4e18cf commit cb8d4cdCopy full SHA for cb8d4cd
1 file changed
README.md
@@ -126,6 +126,15 @@ You can add your own environment variables if you like:
126
# MY_VAR: my-value
127
```
128
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
138
## Contributing
139
140
Edit [./src/sniff.ts](src/sniff.ts) to add new dev types.
0 commit comments