Skip to content

Update to standard 1.34.0 #26

Update to standard 1.34.0

Update to standard 1.34.0 #26

Workflow file for this run

---
name: Run RuboCop
on:
push:
branches:
- main
- develop
pull_request:
jobs:
build:
name: Run RuboCop
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run RuboCop
uses: d-lebed/rubocop-run-action@main