Skip to content

Added cloc with low memory usage and a separate command called count #123

Added cloc with low memory usage and a separate command called count

Added cloc with low memory usage and a separate command called count #123

Workflow file for this run

name: Build
on:
push:
branches:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Java for publishing to GitHub Packages
uses: actions/setup-java@v3
with:
java-version: 11
- name: Gradle Build
run: gradle clean build