Skip to content

update: std input test #1

update: std input test

update: std input test #1

Workflow file for this run

name: Question-2
on:
push:
branches: [ "main" ]
paths: [ "Q2/**" ]
jobs:
build-and-run:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build the Docker image
run: docker build -t my-image .
- name: Run the code
run: docker run my-image