Skip to content
This repository was archived by the owner on Jul 27, 2025. It is now read-only.

Updated Build Number #55

Updated Build Number

Updated Build Number #55

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 .