Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Update README.md

Update README.md #52

Workflow file for this run

name: Rubocop check
on:
pull_request:
branches:
- "*"
push:
branches:
- master
jobs:
build:
name: RuboCop Action
runs-on: ubuntu-latest
steps:
- name: Checkout Action
uses: actions/checkout@v1
- name: Rubocop Linter Action
uses: andrewmcodes/[email protected]
with:
action_config_path: '.github/config/rubocop_linter_action.yml'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}