Skip to content

feat: bump version v2.0.0-beta.8 -> v2.0.0-rc.1 #128

feat: bump version v2.0.0-beta.8 -> v2.0.0-rc.1

feat: bump version v2.0.0-beta.8 -> v2.0.0-rc.1 #128

Workflow file for this run

name: Lint
on:
push:
branches: [master, v*]
pull_request:
branches: [master, v*]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v1
- name: Run revive linter
uses: docker://morphy/revive-action:v2