Skip to content

test

test #193

Workflow file for this run

name: CI Workflow
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/panduza/pzacx-build-img:latest
steps:
- uses: actions/checkout@v2
# Additional steps such as setting up dependencies, running tests, etc.
- name: Run a command
run: echo "This command runs in the container"