twistlock 0.0.0-development

Docker <> Rust interface
Documentation
name: Debug

on:
  push:
    branches:
      - main
  pull_request:
    branches:
      - main

jobs:
  dump:
    name: Dump
    runs-on: ubuntu-latest
    steps:
      - name: Debug
        env:
          GITHUB: "${{ toJSON(github) }}"
        run: echo "${GITHUB}"