Skip to content

Add debug workflow with sanitizers enabled. (#115) #109

Add debug workflow with sanitizers enabled. (#115)

Add debug workflow with sanitizers enabled. (#115) #109

Workflow file for this run

name: RuboCop
on: [push, pull_request]
permissions:
contents: read
env:
CONSOLE_OUTPUT: XTerm
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ruby
bundler-cache: true
- name: Run RuboCop
timeout-minutes: 10
run: bundle exec rubocop