setup-netcat/README.md

23 lines
326 B
Markdown
Raw Normal View History

# setup-netcat
2024-09-05 20:37:29 +00:00
GiHhub action to set up netcat on an ubuntu runner with the apt package manager
usage example
```yaml
name: Main
on:
push:
branches:
- main
jobs:
build:
runs-on: runner
steps:
- name: Setup netcat tools
uses: RouxAntoine/setup-netcat@v1.0.0
id: setup-netcat
```