Skip to content

Refactor code to improve performance and readability #1

Refactor code to improve performance and readability

Refactor code to improve performance and readability #1

Workflow file for this run

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'