Skip to content

Upgrade RuboCop to support Ruby 2.5 syntax #156

Upgrade RuboCop to support Ruby 2.5 syntax

Upgrade RuboCop to support Ruby 2.5 syntax #156

Workflow file for this run

on: push
name: Push
jobs:
draftRelease:
name: Draft Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Draft Release
uses: toolmantim/release-drafter@v6.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}