Skip to content

Commit

Permalink
Testing'
Browse files Browse the repository at this point in the history
  • Loading branch information
that-jill committed Jan 8, 2025
1 parent 033570f commit be6bcb3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Managed by https://github.com/powerhome/software. Do not make changes here, they will be reverted.

name: Automated Code Reviews
on: [pull_request]

jobs:
brakeman:
name: Brakeman
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
- name: "Brakeman audiences"
uses: reviewdog/action-brakeman@2a6e4356f87d023571b20b09850e6e5d3ed6856b # v2
with:
brakeman_version: gemfile
tool_name: "audiences"
workdir: "./audiences"

0 comments on commit be6bcb3

Please sign in to comment.