mirror of
https://github.com/flyimg/flyimg.git
synced 2026-04-25 09:45:50 +03:00
[PR #279] [MERGED] Replace Travis-ci by Github Actions #980
Labels
No labels
Docs
Docs
Docs
Security
UnitTest
bug
dependencies
duplicate
enhancement
enhancement
enhancement
hacktoberfest
help wanted
invalid
pull-request
question
stale
version 1
version 2
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/flyimg#980
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/flyimg/flyimg/pull/279
Author: @sadok-f
Created: 12/30/2020
Status: ✅ Merged
Merged: 12/31/2020
Merged by: @sadok-f
Base:
main← Head:add-super-linter-action📝 Commits (10+)
6db7105Add Super Linter Github Action11e6411Add composer install step398d26dExclude vendor folder from linter297e325Fix linting91587a6Exlucde web from linting2f26819Exclude web folder from linting4bbd8b0Fix linting issue for .sh file21ac778Fix linting issues8281e17Fix linting issues7427b44Fixing linting issues📊 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.