add bool type; remove call to debugger and raise exception on unexpec… #37
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: TableShift Docker Image | |
on: [push] | |
jobs: | |
tableshift_docker_job: | |
runs-on: ubuntu-latest | |
name: A job to test the docker image. | |
steps: | |
- name: Docker action step | |
id: tableshift | |
uses: docker://ghcr.io/jpgard/tableshift:latest |