Skip to content

Commit 2186351

Browse files
Add .github/workflows/reviewdog.yml
1 parent 033570f commit 2186351

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/reviewdog.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Managed by https://github.com/powerhome/software. Do not make changes here, they will be reverted.
2+
3+
name: Automated Code Reviews
4+
on: [pull_request]
5+
6+
jobs:
7+
brakeman:
8+
name: Brakeman
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Check out code
12+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
13+
- name: Set up Ruby
14+
uses: ruby/setup-ruby@v1
15+
- name: "Brakeman audiences"
16+
uses: reviewdog/action-brakeman@2a6e4356f87d023571b20b09850e6e5d3ed6856b # v2
17+
with:
18+
brakeman_version: gemfile
19+
tool_name: "audiences"
20+
workdir: "./audiences"

0 commit comments

Comments
 (0)