Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Clarify to retire maintenance #117

Clarify to retire maintenance

Clarify to retire maintenance #117

Workflow file for this run

# https://docs.github.com/ja/actions/reference/workflow-syntax-for-github-actions
name: Lint
on:
push:
branches:
- main
paths-ignore:
- 'docs/**'
pull_request: null # This enables to run on each PRs
jobs:
rubocop:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec rake rubocop