Skip to content

Merge pull request #199 from beanbeanjuice/198-fix-pull-request-template #358

Merge pull request #199 from beanbeanjuice/198-fix-pull-request-template

Merge pull request #199 from beanbeanjuice/198-fix-pull-request-template #358

Workflow file for this run

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