From 8e858a9ecc261dd4d59a9a07cc495b2b840cf81b Mon Sep 17 00:00:00 2001 From: Mateusz Drulis Date: Wed, 25 Nov 2020 10:21:54 +0100 Subject: [PATCH] chore: Pre-release job - fix typo (#146) * Adds github job to prerelease next on push * Adds code analysis workflow * Fix typo * Adds scaffold to PR workflow * Install deps if no cache hit * enable code analysis on next branch PR * Update prerelease scripts * Remove wrong branch check * Fix typo --- .github/workflows/next.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/next.yml b/.github/workflows/next.yml index 3cc1276b9..9fe39d3ac 100644 --- a/.github/workflows/next.yml +++ b/.github/workflows/next.yml @@ -6,7 +6,7 @@ on: - next jobs: - build-test: + build-and-test: name: Build and test runs-on: ubuntu-latest steps: