Skip to content

Commit

Permalink
remove new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ArrayIterator committed Nov 2, 2023
1 parent 7267c17 commit 79b4fe5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
run: php $(which composer) install --no-interaction --no-progress --no-suggest
- name: "Run PHP CodeSniffer"
run: php vendor/bin/phpcs --standard=phpcs.xml

coding-standards-php82:
name: "Coding Standards php8.2"
runs-on: ubuntu-latest
Expand All @@ -42,9 +41,6 @@ jobs:
run: php $(which composer) install --no-interaction --no-progress --no-suggest
- name: "Run PHP CodeSniffer"
run: php vendor/bin/phpcs --standard=phpcs.xml



coding-standards-php83:
name: "Coding Standards php8.3"
runs-on: ubuntu-latest
Expand All @@ -63,4 +59,3 @@ jobs:
run: php $(which composer) install --no-interaction --no-progress --no-suggest
- name: "Run PHP CodeSniffer"
run: php vendor/bin/phpcs --standard=phpcs.xml

0 comments on commit 79b4fe5

Please sign in to comment.