2023-11-15 19:43:19 +01:00
|
|
|
name: RuboCop
|
|
|
|
|
|
|
|
on: [push, pull_request]
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
build:
|
|
|
|
runs-on: docker
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v3
|
|
|
|
- name: Run RuboCop
|
2023-11-22 16:19:00 +01:00
|
|
|
uses: docker://pipelinecomponents/rubocop:latest
|
|
|
|
with:
|
|
|
|
cmd: rubocop -P -E .
|