Skip to content

Merge pull request #200 from beanbeanjuice/194-fix-typo-in-readme #357

Merge pull request #200 from beanbeanjuice/194-fix-typo-in-readme

Merge pull request #200 from beanbeanjuice/194-fix-typo-in-readme #357

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 .