Skip to content

Commit

Permalink
try review dog steep check
Browse files Browse the repository at this point in the history
  • Loading branch information
CraigTreptow committed Feb 8, 2025
1 parent 3c3a44b commit beccbb0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: reviewdog

on: [push, pull_request]

jobs:
steep:
name: runner / steep
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.4.1
bundler-cache: true
- name: steep check
uses: tk0miya/action-steep@v1

0 comments on commit beccbb0

Please sign in to comment.