fix: add steps to start action

This commit is contained in:
Alexis Tyler
2021-03-28 18:49:16 -07:00
parent 2297a1e161
commit 7a673dc0f8

View File

@@ -16,6 +16,9 @@ jobs:
# Release tag
(startsWith(github.event.base_ref, 'refs/tags/') && startsWith(github.event.head_commit.message, 'chore(release)'))
runs-on: ubuntu-latest
steps:
- name: Validate branch and tag
run: exit 0
lint:
runs-on: ubuntu-latest