Skip to content

Commit

Permalink
fix links to storm library
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeTowers committed Mar 8, 2021
1 parent 8186fcb commit 61ecd3c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-quality-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
run: |
git reset --hard HEAD
rm -rf ./vendor/wintercms/storm
wget https://github.com/wintercms/library/archive/develop.zip -O ./vendor/wintercms/develop.zip
wget https://github.com/wintercms/storm/archive/develop.zip -O ./vendor/wintercms/develop.zip
unzip ./vendor/wintercms/develop.zip -d ./vendor/wintercms
mv ./vendor/wintercms/library-develop ./vendor/wintercms/storm
mv ./vendor/wintercms/storm-develop ./vendor/wintercms/storm
composer dump-autoload
- name: Run code quality checks
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/code-quality-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
run: |
git reset --hard HEAD
rm -rf ./vendor/wintercms/storm
wget https://github.com/wintercms/library/archive/develop.zip -O ./vendor/wintercms/develop.zip
wget https://github.com/wintercms/storm/archive/develop.zip -O ./vendor/wintercms/develop.zip
unzip ./vendor/wintercms/develop.zip -d ./vendor/winter
mv ./vendor/wintercms/library-develop ./vendor/wintercms/storm
mv ./vendor/wintercms/storm-develop ./vendor/wintercms/storm
composer dump-autoload
- name: Run code quality checks
run: ./vendor/bin/phpcs --colors -nq --report="full" --extensions="php" $(git show --name-only --pretty="" --diff-filter=ACMR ${{ github.sha }})
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
run: |
git reset --hard HEAD
rm -rf ./vendor/wintercms/storm
wget https://github.com/wintercms/library/archive/1.0.zip -O ./vendor/winter/1.0.zip
wget https://github.com/wintercms/storm/archive/1.0.zip -O ./vendor/winter/1.0.zip
unzip ./vendor/winter/1.0.zip -d ./vendor/winter
mv ./vendor/winter/library-1.0 ./vendor/wintercms/storm
mv ./vendor/winter/storm-1.0 ./vendor/wintercms/storm
composer dump-autoload
- name: Run post-update Composer scripts
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The development of Winter is lead by [Luke Towers](https://luketowers.ca/), alon

## Foundation library

The CMS is built on top of the wildly-popular [Laravel](https://laravel.com) PHP framework, with the in-house [Storm](https://github.com/wintercms/library) Library as a buffer between the Laravel Framework and the CMS project to minimize breaking changes and improve stability.
The CMS is built on top of the wildly-popular [Laravel](https://laravel.com) PHP framework, with the in-house [Storm](https://github.com/wintercms/storm) Library as a buffer between the Laravel Framework and the CMS project to minimize breaking changes and improve stability.

## Contact

Expand Down

0 comments on commit 61ecd3c

Please sign in to comment.