Skip to content

Merge pull request #591 from beanbeanjuice/423-new-interaction-commands #174

Merge pull request #591 from beanbeanjuice/423-new-interaction-commands

Merge pull request #591 from beanbeanjuice/423-new-interaction-commands #174

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 .