Skip to content

Commit

Permalink
ci(release): checkout repository before attempting release
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMousa committed May 6, 2020
1 parent 246f6ea commit ead925d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
needs: [test, cs]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# yii2-singletableinheritance
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/SAM-IT/yii2-singletableinheritance/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/SAM-IT/yii2-singletableinheritance/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/SAM-IT/yii2-singletableinheritance/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/SAM-IT/yii2-singletableinheritance/?branch=master)
![Continous integration](https://github.com/SAM-IT/yii2-singletableinheritance/workflows/Continous%20integration/badge.svg)

Yii2 Single Table Inheritance (STI) using traits

The reason this is implemented as traits is to prevent developers from putting 3rd party classes in their class hierarchy.
Expand Down

0 comments on commit ead925d

Please sign in to comment.