refactor(controller): refactor the implementation details of s3stream… #64
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Count Lines of Code (cloc) | |
on: | |
push: | |
branches: | |
- 'main' | |
jobs: | |
Counting_all_codes: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Count Lines of Code (cloc) | |
uses: djdefi/cloc-action@5 | |