Skip to content

Run Rubocop and tests on CI. #7

Run Rubocop and tests on CI.

Run Rubocop and tests on CI. #7

Workflow file for this run

on: [push]
jobs:
build:
runs-on: ubuntu-latest
container: ruby:3.2
steps:
- run: apt update
- run: apt install -y libuchardet-dev
- run: gem install rubocop rubocop-performance
- uses: actions/checkout@v4
- run: rake
- run: rubocop