feat(s3stream): show s3 configure in DefaultS3Operator; add S3Utils (… #633
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 | |