Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0840ee4

Browse files
Kocalondrejmirtes
authored andcommitted
chore: forgot to change phing path to make
1 parent 4530d56 commit 0840ee4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

‎.github/workflows/build.yml‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545

4646
- name: "Lint"
47-
run: "vendor/bin/phing lint"
47+
run: "make lint"
4848

4949
coding-standards:
5050
name: "Coding Standard"
@@ -68,10 +68,10 @@ jobs:
6868
run: "composer install --no-interaction --no-progress --no-suggest"
6969

7070
- name: "Lint"
71-
run: "vendor/bin/phing lint"
71+
run: "make lint"
7272

7373
- name: "Coding Standard"
74-
run: "vendor/bin/phing cs"
74+
run: "make cs"
7575

7676
tests:
7777
name: "Tests"
@@ -113,7 +113,7 @@ jobs:
113113
run: "composer require --dev phpunit/phpunit:'^9.5' --update-with-dependencies"
114114

115115
- name: "Tests"
116-
run: "vendor/bin/phing tests"
116+
run: "make tests"
117117

118118
static-analysis:
119119
name: "PHPStan"
@@ -149,4 +149,4 @@ jobs:
149149
run: "composer require --dev phpunit/phpunit:'^9.5' --update-with-dependencies"
150150

151151
- name: "PHPStan"
152-
run: "vendor/bin/phing phpstan"
152+
run: "make phpstan"

‎Makefile‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.PHONY: check
2-
check: build-abnfgen lint cs tests phpstan
2+
check: lint cs tests phpstan
33

44
.PHONY: tests
5-
tests:
5+
tests: build-abnfgen
66
php vendor/bin/phpunit
77

88
.PHONY: lint

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /