Skip to content

Commit

Permalink
ci: distribute workflows for libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Oct 25, 2023
1 parent b830cb1 commit c7fb36d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
13 changes: 6 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
.apax/
.env/
[Bb]in/
[Oo]bj/
[Ll]ibrary/
[Tt]est[Rr]esult*/
.apax
.env
bin
obj
TestResult
*.tgz
*.tracerec.json
assets
5 changes: 4 additions & 1 deletion .markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ default: true
line-length: false
no-inline-html: false
first-line-h1: false
no-emphasis-as-header: false
no-emphasis-as-header: false
MD024:
allow_different_nesting: true
siblings_only: true

0 comments on commit c7fb36d

Please sign in to comment.