forked from softonic/laravel-intelligent-scraper
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Improve base library * Upgrade dependencies
- Loading branch information
Showing
7 changed files
with
93 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: PHP Composer | ||
name: Build | ||
|
||
on: | ||
push: | ||
|
@@ -30,6 +30,3 @@ jobs: | |
|
||
- name: Run test suite | ||
run: composer run-script test | ||
|
||
- name: PHP_CodeSniffer Check with Annotations | ||
uses: chekalsky/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
.PHONY: tests | ||
tests: | ||
docker-compose run composer run test | ||
|
||
.PHONY: debug | ||
debug: | ||
docker-compose run --entrypoint=bash composer | ||
|
||
.PHONY: update-dependencies | ||
update-dependencies: | ||
docker-compose run composer update | ||
|
||
.PHONY: checkstyle | ||
checkstyle: | ||
docker-compose run composer run checkstyle | ||
|
||
.PHONY: fix-checkstyle | ||
fix-checkstyle: | ||
docker-compose run composer run fix-checkstyle |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters