Skip to content

Commit

Permalink
added scout gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
matiascabello committed May 28, 2024
1 parent 785fa71 commit f24fef0
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/scout.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: scout-workflow
on: [push]

jobs:
scout-audit:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
repository-projects: write
steps:
- name: checkout
uses: actions/checkout@v2

- name: do scout
uses: coinfabrik/[email protected]
with:
target: 'payment-channel/'
markdown_output: "true"

- uses: mshick/[email protected]
with:
message-path: ${{ github.workspace }}/report.md

0 comments on commit f24fef0

Please sign in to comment.