[PR #558] [MERGED] Split php linter #580

Closed
opened 2026-02-26 06:31:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/558
Author: @vitormattos
Created: 5/12/2023
Status: Merged
Merged: 5/12/2023
Merged by: @vitormattos

Base: masterHead: feature/split-php-linter


📝 Commits (5)

  • a84bafa Update lint.yml to lint-php-cs.yml as the template pattern
  • c381a28 Add linter to info.xml
  • d0f38f8 Add lint to PHP
  • e175dc1 Fix Action of PHPUnit
  • b3f29b5 Make compatible with latest version of server

📊 Changes

6 files changed (+160 additions, -43 deletions)

View changed files

.github/workflows/lint-info-xml.yml (+39 -0)
.github/workflows/lint-php-cs.yml (+40 -0)
.github/workflows/lint-php.yml (+60 -0)
.github/workflows/lint.yml (+0 -31)
📝 .github/workflows/phpunit.yml (+20 -11)
📝 appinfo/info.xml (+1 -1)

📄 Description

To follow the same pattern of other apps, the objective of this PR is to split the Actions into separated files following the templates from nextcloud/.github


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nextcloud/twofactor_gateway/pull/558 **Author:** [@vitormattos](https://github.com/vitormattos) **Created:** 5/12/2023 **Status:** ✅ Merged **Merged:** 5/12/2023 **Merged by:** [@vitormattos](https://github.com/vitormattos) **Base:** `master` ← **Head:** `feature/split-php-linter` --- ### 📝 Commits (5) - [`a84bafa`](https://github.com/nextcloud/twofactor_gateway/commit/a84bafa0c60ec45385792228761f7449c019d0af) Update lint.yml to lint-php-cs.yml as the template pattern - [`c381a28`](https://github.com/nextcloud/twofactor_gateway/commit/c381a28e0baa12dd728655cf6299aa1b672d6191) Add linter to info.xml - [`d0f38f8`](https://github.com/nextcloud/twofactor_gateway/commit/d0f38f815f1837da53031f7b725fe3943ccb7b21) Add lint to PHP - [`e175dc1`](https://github.com/nextcloud/twofactor_gateway/commit/e175dc1c45ae6137d62ee2d4cd148cecbb9f0997) Fix Action of PHPUnit - [`b3f29b5`](https://github.com/nextcloud/twofactor_gateway/commit/b3f29b5b9b704ea7a6f74e6b84d673298e415d1c) Make compatible with latest version of server ### 📊 Changes **6 files changed** (+160 additions, -43 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/lint-info-xml.yml` (+39 -0) ➕ `.github/workflows/lint-php-cs.yml` (+40 -0) ➕ `.github/workflows/lint-php.yml` (+60 -0) ➖ `.github/workflows/lint.yml` (+0 -31) 📝 `.github/workflows/phpunit.yml` (+20 -11) 📝 `appinfo/info.xml` (+1 -1) </details> ### 📄 Description To follow the same pattern of other apps, the objective of this PR is to split the Actions into separated files following the templates from [nextcloud/.github](https://github.com/nextcloud/.github) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 06:31:30 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/twofactor_gateway-nextcloud#580
No description provided.