remove check if tag and add lint script

Signed-off-by: Alexis Tyler <xo@wvvw.me>
This commit is contained in:
Alexis Tyler
2019-08-24 13:51:43 +09:30
parent 3b757b8a16
commit f0f43ba519
2 changed files with 2 additions and 5 deletions
-4
View File
@@ -42,10 +42,6 @@ jobs:
node-version: [10.x]
steps:
- name: Check if tag
run: |
# Bail if this push doesn't include a tag
[[ "$GITHUB_REF" != refs/tags/* ]] && echo "${GITHUB_REF} is not a tag, exiting..." && exit 78
- name: Checkout repo
uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}