Skip to content

build(deps): bump pygments from 2.15.1 to 2.20.0 #32

build(deps): bump pygments from 2.15.1 to 2.20.0

build(deps): bump pygments from 2.15.1 to 2.20.0 #32

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install requirements
run: pip3 install -r requirements.txt
- name: Test the code
run: pytest
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag license-example-csharp:latest
- name: Run the Docker image
run: docker run -i license-example-csharp:latest