Skip to content

Commit

Permalink
fixing linting
Browse files Browse the repository at this point in the history
  • Loading branch information
karpikpl committed Apr 30, 2024
1 parent d7e3c45 commit 3bcee1b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@ jobs:
id: test-action
uses: ./
with:
milliseconds: 2000
ado-pat: 'pat'
ado-org: 'org'
ado-project: 'project'
release-id: '1'

- name: Print Output
id: output
Expand Down
4 changes: 4 additions & 0 deletions .markdownlintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
dist/
node_modules/
coverage/
__tests__/test_cases/**/*.md

0 comments on commit 3bcee1b

Please sign in to comment.