Files
wpscan/.github/workflows/rubocop.yml
Christian Mehlmauer bdeb3547f1 Create rubocop.yml
2019-11-26 23:05:45 +01:00

14 lines
177 B
YAML

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