Skip to content

Commit

Permalink
initial action
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamVe committed Dec 13, 2023
1 parent fdb767d commit b314dfd
Show file tree
Hide file tree
Showing 9 changed files with 31,647 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/publish-spotbugs-reports/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
2 changes: 2 additions & 0 deletions .github/actions/publish-spotbugs-reports/.prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dist/
node_modules/
5 changes: 5 additions & 0 deletions .github/actions/publish-spotbugs-reports/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
semi: false
singleQuote: true
endOfLine: "lf"
tabWidth: 2
useTabs: false
5 changes: 5 additions & 0 deletions .github/actions/publish-spotbugs-reports/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: 'Publish SpotBugs reports'
description: ''
runs:
using: 'node20'
main: 'dist/index.js'
Loading

0 comments on commit b314dfd

Please sign in to comment.