[PR #279] [MERGED] Replace Travis-ci by Github Actions #980

Closed
opened 2026-03-15 15:46:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/flyimg/flyimg/pull/279
Author: @sadok-f
Created: 12/30/2020
Status: Merged
Merged: 12/31/2020
Merged by: @sadok-f

Base: mainHead: add-super-linter-action


📝 Commits (10+)

📊 Changes

42 files changed (+829 additions, -673 deletions)

View changed files

.codeclimate.yml (+0 -27)
.github/workflows/ci.yml (+55 -0)
.travis.yml (+0 -36)
📝 CHANGELOG.md (+29 -13)
📝 CODE_OF_CONDUCT.md (+16 -12)
📝 CONTRIBUTING.md (+11 -11)
📝 Dockerfile (+6 -2)
📝 README.md (+167 -163)
📝 app.php (+6 -13)
📝 benchmark.sh (+6 -6)
constants.php (+6 -0)
📝 docs/application-options.md (+40 -26)
📝 docs/enabling-xdebug.md (+5 -4)
📝 docs/url-options.md (+122 -91)
📝 src/Core/Controller/CoreController.php (+15 -14)
📝 src/Core/Entity/AppParameters.php (+1 -1)
📝 src/Core/Entity/Command.php (+2 -2)
📝 src/Core/Entity/Image/InputImage.php (+13 -14)
📝 src/Core/Entity/Image/OutputImage.php (+12 -12)
📝 src/Core/Entity/ImageMetaInfo.php (+4 -4)

...and 22 more files

📄 Description

Replace Travis-ci by Github Actions


🔄 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/flyimg/flyimg/pull/279 **Author:** [@sadok-f](https://github.com/sadok-f) **Created:** 12/30/2020 **Status:** ✅ Merged **Merged:** 12/31/2020 **Merged by:** [@sadok-f](https://github.com/sadok-f) **Base:** `main` ← **Head:** `add-super-linter-action` --- ### 📝 Commits (10+) - [`6db7105`](https://github.com/flyimg/flyimg/commit/6db7105d6656a39f20c44994a88510ccfc750072) Add Super Linter Github Action - [`11e6411`](https://github.com/flyimg/flyimg/commit/11e6411fe9ab5066faccc1969c946304d9c3418a) Add composer install step - [`398d26d`](https://github.com/flyimg/flyimg/commit/398d26deabe8261f3997aa9dce5bbc0b238ae7a5) Exclude vendor folder from linter - [`297e325`](https://github.com/flyimg/flyimg/commit/297e3250d176c3114f95344b429283e61ace511a) Fix linting - [`91587a6`](https://github.com/flyimg/flyimg/commit/91587a627f62236689be36406007bda647bbd133) Exlucde web from linting - [`2f26819`](https://github.com/flyimg/flyimg/commit/2f2681923072d3e6edfa58838d1b489ce76e7e02) Exclude web folder from linting - [`4bbd8b0`](https://github.com/flyimg/flyimg/commit/4bbd8b0862d6ee023915aac73989c17f3f2b44ea) Fix linting issue for .sh file - [`21ac778`](https://github.com/flyimg/flyimg/commit/21ac7781c84d36272d3589f37dc84dd01526baa3) Fix linting issues - [`8281e17`](https://github.com/flyimg/flyimg/commit/8281e1741b95ee9f71609f0bbf38980305bb60d1) Fix linting issues - [`7427b44`](https://github.com/flyimg/flyimg/commit/7427b447a01be1257d3bdcf58906ee4c967ef8e7) Fixing linting issues ### 📊 Changes **42 files changed** (+829 additions, -673 deletions) <details> <summary>View changed files</summary> ➖ `.codeclimate.yml` (+0 -27) ➕ `.github/workflows/ci.yml` (+55 -0) ➖ `.travis.yml` (+0 -36) 📝 `CHANGELOG.md` (+29 -13) 📝 `CODE_OF_CONDUCT.md` (+16 -12) 📝 `CONTRIBUTING.md` (+11 -11) 📝 `Dockerfile` (+6 -2) 📝 `README.md` (+167 -163) 📝 `app.php` (+6 -13) 📝 `benchmark.sh` (+6 -6) ➕ `constants.php` (+6 -0) 📝 `docs/application-options.md` (+40 -26) 📝 `docs/enabling-xdebug.md` (+5 -4) 📝 `docs/url-options.md` (+122 -91) 📝 `src/Core/Controller/CoreController.php` (+15 -14) 📝 `src/Core/Entity/AppParameters.php` (+1 -1) 📝 `src/Core/Entity/Command.php` (+2 -2) 📝 `src/Core/Entity/Image/InputImage.php` (+13 -14) 📝 `src/Core/Entity/Image/OutputImage.php` (+12 -12) 📝 `src/Core/Entity/ImageMetaInfo.php` (+4 -4) _...and 22 more files_ </details> ### 📄 Description Replace Travis-ci by Github Actions --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 15:46:04 +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/flyimg#980
No description provided.