Skip to content

add color operations #38

add color operations

add color operations #38

Workflow file for this run

name: Lint
on: [push, pull_request]
permissions:
contents: read
checks: write
jobs:
standard:
name: StandardRB Linter
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.4.1
bundler-cache: true
- name: Run standardrb
run: |
set -e
bundle install
bundle exec standardrb