brchd 0.1.0

Data exfiltration toolkit
Documentation
name: Docker

on:
  push:
    branches: [ master ]
  pull_request:
    branches: [ master ]

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v2
    - name: Build the Docker image
      run: docker build -t brchd .
    - name: Test the Docker image
      run: docker run --rm brchd --help