ruby-llvm/ruby-llvm

View on GitHub
.github/workflows/linting.yml

Summary

Maintainability
Test Coverage
name: Linting

on: [push]

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - uses: ruby/setup-ruby@v1
        with:
          ruby-version: '2.7'
          bundler-cache: true
      - run: bundle install
      - name: Rubocop
        run: bundle exec rubocop