Skip to content

Rubocop workflow with GitHub actions (#573) #120

Rubocop workflow with GitHub actions (#573)

Rubocop workflow with GitHub actions (#573) #120

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@v5.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}