Skip to content

chore: add linter and tests to the github actions #7

chore: add linter and tests to the github actions

chore: add linter and tests to the github actions #7

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
rubocop:
name: "Rubocop"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0"
bundler-cache: true
- name: Run rubocop
run: |
bundle exec rubocop --parallel