Skip to content

Commit

Permalink
Replace Makefile with castor.php and update workflow
Browse files Browse the repository at this point in the history
A new castor.php file is introduced, replacing the existing Makefile which has been removed. This update modifies the GitHub workflows to call the appropriate Castor tasks. Minor changes are also made to existing source files and static analysis configurations to include the new castor.php file.
  • Loading branch information
Spomky committed Jul 20, 2024
1 parent e701a6d commit 2fcb19b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
with:
php-version: "8.3"
coverage: "none"
tools: "castor"

- name: "Checkout code"
uses: "actions/checkout@v4"
Expand Down

0 comments on commit 2fcb19b

Please sign in to comment.