Skip to content

Merge pull request #4 from theredguild/develop #4

Merge pull request #4 from theredguild/develop

Merge pull request #4 from theredguild/develop #4

Workflow file for this run

name: Test Security Tools container build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build and test container
run: |
make test