Skip to content

Commit

Permalink
Refactor code to improve performance and readability
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert27 committed Dec 21, 2023
1 parent c8f9f9a commit bdd79ff
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/loc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on: [push]
name: LoC Badge

jobs:
hello_world_job:
runs-on: ubuntu-latest
name: Test Run
steps:
- name: Make Code Badge
uses: shadowmoose/[email protected]
id: badge
with:
debug: true
directory: ./src/
badge: ./output/badge.svg
patterns: '*.js|*.ts|*.tsx' # Patterns in the format of a '.gitignore' file, separated by pipes.
ignore: 'node_modules'

0 comments on commit bdd79ff

Please sign in to comment.