Skip to content

Switched to JDK 21 in GitHub Actions #190

Switched to JDK 21 in GitHub Actions

Switched to JDK 21 in GitHub Actions #190

Workflow file for this run

name: Count Lines of Code
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install cloc
run: sudo apt-get install cloc
- name: Run cloc
run: cloc .