Skip to content

Retrieve the classpath and the sourcepath using do-like-java #909

Retrieve the classpath and the sourcepath using do-like-java

Retrieve the classpath and the sourcepath using do-like-java #909

Workflow file for this run

name: make check
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install Python modules
run: pip install -U -r requirements.txt
- name: Install shellcheck and checkbashisms
run: sudo apt install -y shellcheck devscripts
- name: make check
run: make check