mirror of
https://github.com/nektos/act.git
synced 2026-04-25 17:05:50 +03:00
[PR #766] [MERGED] Update docs, file formatting and docker images #1595
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#1595
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/nektos/act/pull/766
Author: @catthehacker
Created: 8/8/2021
Status: ✅ Merged
Merged: 8/9/2021
Merged by: @cplee
Base:
master← Head:cat/fix/docker-images📝 Commits (8)
16540c5docs: fix wrong licence link240ef8ffix: add more formatting settings, reformat all6ade04fdocs: update contributing documentation8087f2bfix: remove unnecessary comment9276b75docs: rework installation section3f09f00docs: update images provided by catthehackere6fbe20docs: replace 18.04 with recent image114c117fix: add final new line📊 Changes
21 files changed (+186 additions, -134 deletions)
View changed files
📝
.editorconfig(+12 -0)📝
.github/ISSUE_TEMPLATE/feature_template.md(+1 -1)📝
.github/ISSUE_TEMPLATE/issue_template.md(+1 -1)📝
.github/actions/choco/action.yml(+1 -1)📝
.github/actions/composite/action.yml(+1 -1)📝
.github/actions/composite/script.sh(+1 -1)📝
.github/workflows/release.yml(+1 -1)📝
.github/workflows/stale.yml(+15 -15)📝
.gitignore(+1 -2)📝
.mergify.yml(+12 -12)➕
.prettierignore(+2 -0)➕
.prettierrc.yml(+7 -0)➕
.vscode/extensions.json(+9 -0)📝
.vscode/settings.json(+11 -4)📝
CONTRIBUTING.md(+36 -34)📝
IMAGES.md(+13 -27)📝
LICENSE(+1 -1)📝
Makefile(+14 -2)📝
README.md(+43 -27)📝
cmd/root.go(+3 -3)...and 1 more files
📄 Description
changelog:
CONTRIBUTING.md.editorconfiglfutf-8encoding2and spaces inyaml,ymlandjsonprettieras a markdown/yaml/json formatter, but ignoretestdata/and that one bootstrap JS filenpxinmakefileprettier, we had mixed, now we have'in YAML,"in JSON/Markdown which is pretty common configuration everywhereI also dropped work on Alpine image (since I'm spending more time for polishing the
medium-*andfull-*images and dropped support for any architecture other thanamd64(because it was creating unnecessary issues for standardactusers, if it happens I'll have more time, I might introduce them again but as completely separated images)ubuntu-18.04image provided by nektos with mine, I'm trying to keep big images updated by building them at least once in a monthREADME.mdsince there were few issues highlighted about them recently. Current structure should be easier to follow.root.go-Pubuntu-latest/ubuntu-20.04for large and replacedubuntu-18.04sorry for creating another massive PR, I just keep finding stuff to fix/improve when I'm constantly crawling repository
let me know if there is something I should drop from this PR
Issues:
fixes #765
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.