Skip to content

Commit

Permalink
add loc
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcchen committed Aug 31, 2023
1 parent 47f947b commit 972947f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/loc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Doxygen Action

on:
push

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Make Code Badge
uses: shadowmoose/[email protected]
id: badge
with:
debug: true
directory: ./
badge: ./output/badge.svg
patterns: '*.cpp' # Patterns in the format of a '.gitignore' file, separated by pipes.
ignore: 'node_modules'
9 changes: 0 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,3 @@ jobs:
publish_dir: documents/doxygen/html
cname: api.resilientdb.com

- name: Make Code Badge
uses: shadowmoose/[email protected]
id: badge
with:
debug: true
directory: ./
badge: ./output/badge.svg
patterns: '*.cpp' # Patterns in the format of a '.gitignore' file, separated by pipes.
ignore: 'node_modules'

0 comments on commit 972947f

Please sign in to comment.