Action to setup netcat on ubuntu runner with apt package manager
Go to file
2024-09-15 12:56:35 +02:00
.gitignore Initial commit 2024-09-05 20:29:10 +02:00
action.yml feature: v1.0.0 of the setup netcat action 2024-09-05 20:33:03 +02:00
LICENSE Initial commit 2024-09-05 20:29:10 +02:00
README.md fix: invalid uses action in readme 2024-09-15 12:56:35 +02:00

setup-netcat

GiHhub action to set up netcat on an ubuntu runner with the apt package manager

usage example

name: Main

on:
  push:
    branches:
      - main

jobs:
  build:
    runs-on: runner
    steps:
      - name: Setup netcat tools
        uses: https://antoine-roux.tk/projects/actions/setup-netcat@v1.0.0
        id: setup-netcat