Skip to content

[Update]: upgrade the version of opensource COBOL 4J to v1.0.16 #20

[Update]: upgrade the version of opensource COBOL 4J to v1.0.16

[Update]: upgrade the version of opensource COBOL 4J to v1.0.16 #20

Workflow file for this run

name: test
on:
push:
pull_request:
types: [opened, reopened, review_requested, synchronize]
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build a docker image
run: docker build -t opensourcecobol/opensourcecobol4j .