Skip to content

Add standard, overcommit and gh action for linting #1

Add standard, overcommit and gh action for linting

Add standard, overcommit and gh action for linting #1

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Ruby and install gems
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: 3.2
- name: Run standardrb
run: |
gem install standard
standardrb