Skip to content

Add .editorconfig

Add .editorconfig #4

Workflow file for this run

name: Lint
on:
pull_request:
paths:
- '.github/workflows/lint.yml'
- '.rubocop.yml'
- 'Gemfile'
- 'Rakefile'
- 'sin_fast_blank.gemspec'
- '**/*.rb'
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.4
bundler-cache: true
- name: RuboCop
run: bundle exec rake rubocop