Skip to content

Reverted fetch-cobolcheck and fetch-cobolcheck.ps1 scripts. (#158) #485

Reverted fetch-cobolcheck and fetch-cobolcheck.ps1 scripts. (#158)

Reverted fetch-cobolcheck and fetch-cobolcheck.ps1 scripts. (#158) #485

Workflow file for this run

# This workflow will do a clean install of the dependencies and run tests across different versions
#
# Replace <track> with the track name
# Replace <image-name> with an image to run the jobs on
# Replace <action to setup tooling> with a github action to setup tooling on the image
# Replace <install dependencies> with a cli command to install the dependencies
#
# Find Github Actions to setup tooling here:
# - https://github.com/actions/?q=setup&type=&language=
# - https://github.com/actions/starter-workflows/tree/main/ci
# - https://github.com/marketplace?type=actions&query=setup
#
# Requires scripts:
# - bin/test
name: COBOL / Test
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5
- name: Setup COBOL
run: sudo apt update && sudo apt install -y gnucobol
- name: Fetch CobolCheck
run: bin/fetch-cobolcheck
- name: Run tests for all exercises
run: bin/test