Coder Social home page Coder Social logo

setup-cobol-action's Introduction

Setup COBOL (GnuCOBOL)

Stand With Ukraine GitHub release functional-tests-local functional-tests-remote security linting

This action sets up a GnuCOBOL programming language.

Supported OS: Linux Ubuntu.

Inputs

Name Required Description Default Possible values
version No GnuCOBOL version. 3.1.2 3.0-rc1, 3.1-rc1, 3.1.1, 3.1.2

Example usage

Workflow configuration

name: Setup COBOL

on: push

jobs:
  setup:
    name: Setup
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@main
      - uses: fabasoad/setup-cobol-action@main
      - name: Run script
        run: |
          cobc -x HelloWorld.cob
          ./HelloWorld

Result

Run cobc -x HelloWorld.cob
Hello World!

setup-cobol-action's People

Contributors

0xe282b0 avatar dependabot[bot] avatar fabasoad avatar github-actions[bot] avatar pre-commit-ci[bot] avatar snyk-bot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

setup-cobol-action's Issues

[1.2.0] Fails on upgrade

Description:

Fails on upgrade

Repro / Example:

jaredsburrows/hello-world#16

Error:

Run fabasoad/[email protected]
Run COBOL_INSTALLED=$(if command -v cobc >/dev/null 2>&1; then echo true; else echo false; fi)
Run src/install.sh "3.1.2"
/home/runner/work/_temp/661ee1fb-2b8a-4ffc-b9c7-8ce8ffc01fbe.sh: 1: src/install.sh: not found
Error: Process completed with exit code 127.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.