remove check workflow

This commit is contained in:
Eric Fennis
2021-04-05 18:33:04 +02:00
parent e0b585ddd3
commit 4e8acabf44

View File

@@ -20,9 +20,6 @@ jobs:
- name: Fetch tags
run: git fetch --tags
- name: Current tag
run: git describe --tags --abbrev=0 2>/dev/null
- name: Get yarn cache directory path
id: yarn_cache
run: echo "::set-output name=YARN_CACHE_DIR::$(yarn cache dir)"