comfpile/.forgejo/workflows/rubocop.yml
David Bailey d9ee75225f
All checks were successful
RuboCop / build (push) Successful in 17s
ci: 💚 hopefully fix rubocop build
2023-11-22 16:19:00 +01:00

14 lines
No EOL
239 B
YAML

name: RuboCop
on: [push, pull_request]
jobs:
build:
runs-on: docker
steps:
- uses: actions/checkout@v3
- name: Run RuboCop
uses: docker://pipelinecomponents/rubocop:latest
with:
cmd: rubocop -P -E .