Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Jan 19, 2024
1 parent 3934a54 commit 60296b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ jobs:
with:
ruby-version: "3.3"
bundler-cache: true
- run: git diff
- run: bundle exec rake confirm_config documentation_syntax_check confirm_documentation
- run: rake generate_cops_documentation
if: ${{ always() }}
- run: git diff
if: ${{ always() }}

main:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 60296b1

Please sign in to comment.