Create rubocop.yml

This commit is contained in:
Christian Mehlmauer
2019-11-26 23:05:45 +01:00
committed by GitHub
parent 99e04b9669
commit bdeb3547f1

13
.github/workflows/rubocop.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: CI
on: [push]
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Rubocop check
uses: gimenete/rubocop-action@1.0