Skip to content

formatting

formatting #112

Workflow file for this run

name: Container Factory
on:
push:
paths:
- "Python/**"
- "ANTLR4-Python/**"
- "Ply/**"
- "Exercises/**"
- ".binder/**"
jobs:
create-and-publish-container:
runs-on: ubuntu-latest
steps:
- name: checkout files in repo
uses: actions/checkout@master
- name: run repo2docker an publish image
uses: jupyterhub/repo2docker-action@master
with:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}