mirror of
https://github.com/nektos/act.git
synced 2026-04-25 17:05:50 +03:00
[PR #2296] [MERGED] Add codespell support (config, workflow to detect/not fix) and make it fix few typos #2376
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#2376
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/2296
Author: @yarikoptic
Created: 4/16/2024
Status: ✅ Merged
Merged: 4/19/2024
Merged by: @mergify[bot]
Base:
master← Head:enh-codespell📝 Commits (6)
bdc729eAdd github action to codespell master on push and PRs65de088Add codespell config with few custom skips8f3ded6[DATALAD RUNCMD] Do interactive fixing of leftover ambigous typos76c3e07exclude pkg/runner/hashfiles/index.jsf4a057c[DATALAD RUNCMD] run codespell throughout fixing typos automagically57abb52Merge branch 'master' into enh-codespell📊 Changes
5 files changed (+33 additions, -4 deletions)
View changed files
➕
.codespellrc(+6 -0)➕
.github/workflows/codespell.yml(+23 -0)📝
pkg/common/git/git.go(+1 -1)📝
pkg/container/docker_network.go(+1 -1)📝
pkg/runner/run_context.go(+2 -2)📄 Description
More about codespell: https://github.com/codespell-project/codespell .
I personally introduced it to dozens if not hundreds of projects already and so far only positive feedback.
CI workflow has 'permissions' set only to 'read' so also should be safe.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.