Create rubocop.yml
This commit is contained in:
committed by
GitHub
parent
99e04b9669
commit
bdeb3547f1
13
.github/workflows/rubocop.yml
vendored
Normal file
13
.github/workflows/rubocop.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user