mirror of
https://github.com/nextcloud/twofactor_gateway.git
synced 2026-04-25 09:05:55 +03:00
[PR #558] [MERGED] Split php linter #580
Labels
No labels
0. to triage
1. to develop
3. to review
blocked
bug
discussion
duplicate
enhancement
enhancement
gateway:signal
gateway:signal
gateway:signal
gateway:sms
gateway:telegram
hacktoberfest
help wanted
invalid
needs info
php
pull-request
question
technical debt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/twofactor_gateway-nextcloud#580
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:feature/split-php-linter📝 Commits (5)
a84bafaUpdate lint.yml to lint-php-cs.yml as the template patternc381a28Add linter to info.xmld0f38f8Add lint to PHPe175dc1Fix Action of PHPUnitb3f29b5Make 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.