Skip to content

Merge pull request #6 from viralpraxis/ci-fix #48

Merge pull request #6 from viralpraxis/ci-fix

Merge pull request #6 from viralpraxis/ci-fix #48

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.0
bundler-cache: true
- name: RuboCop
run: bin/rubocop --format github