Skip to content

Commit

Permalink
chore: Pre-release job - fix typo (#146)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
matdru authored Nov 25, 2020
1 parent 9259bfd commit 8e858a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- next

jobs:
build-test:
build-and-test:
name: Build and test
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 8e858a9

Please sign in to comment.