Skip to content

Commit

Permalink
fixed phive
Browse files Browse the repository at this point in the history
  • Loading branch information
ogmueller committed Mar 19, 2024
1 parent 517bd92 commit f92b34c
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,18 +198,11 @@ jobs:
- name: "Checkout"
uses: "actions/checkout@v4"

- name: "Lint YAML files"
uses: "ibiqlik/action-yamllint@v3"
with:
config_file: ".yamllint.yaml"
file_or_dir: "."
strict: true

- name: "Setup PHP"
uses: "shivammathur/setup-php@v2"
with:
php-version: "${{ matrix.php-version }}"
tools: "composer:v2"
tools: "phive"
coverage: "none"

- name: "Set up problem matchers for PHP"
Expand Down Expand Up @@ -276,13 +269,6 @@ jobs:
- name: "Checkout"
uses: "actions/checkout@v4"

- name: "Lint YAML files"
uses: "ibiqlik/action-yamllint@v3"
with:
config_file: ".yamllint.yaml"
file_or_dir: "."
strict: true

- name: "Setup PHP"
uses: "shivammathur/setup-php@v2"
with:
Expand Down Expand Up @@ -337,13 +323,6 @@ jobs:
- name: "Checkout"
uses: "actions/checkout@v4"

- name: "Lint YAML files"
uses: "ibiqlik/action-yamllint@v3"
with:
config_file: ".yamllint.yaml"
file_or_dir: "."
strict: true

- name: "Setup PHP"
uses: "shivammathur/setup-php@v2"
with:
Expand Down Expand Up @@ -398,13 +377,6 @@ jobs:
- name: "Checkout"
uses: "actions/checkout@v4"

- name: "Lint YAML files"
uses: "ibiqlik/action-yamllint@v3"
with:
config_file: ".yamllint.yaml"
file_or_dir: "."
strict: true

- name: "Setup PHP"
uses: "shivammathur/setup-php@v2"
with:
Expand Down

0 comments on commit f92b34c

Please sign in to comment.