mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[PR #2679] [CLOSED] ci: separate lint, run tests on code changes #2553
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#2553
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/2679
Author: @panekj
Created: 2/22/2025
Status: ❌ Closed
Base:
master← Head:panekj/ci/improve-jobs📝 Commits (3)
ae6c67eci: separate lint, run tests on code changes6201303git: add gitattributesb395fbbgit: renormalize files📊 Changes
17 files changed (+461 additions, -426 deletions)
View changed files
➕
.gitattributes(+11 -0)📝
.github/workflows/checks.yml(+13 -22)➕
.github/workflows/lint.yml(+33 -0)📝
pkg/runner/testdata/actions/composite-fail-with-output/action.yml(+13 -13)📝
pkg/runner/testdata/composite-fail-with-output/push.yml(+14 -14)📝
pkg/runner/testdata/evalmatrix-merge-array/push.yml(+12 -12)📝
pkg/runner/testdata/evalmatrix-merge-map/push.yml(+14 -14)📝
pkg/runner/testdata/evalmatrix/push.yml(+79 -79)📝
pkg/runner/testdata/evalmatrixneeds/push.yml(+24 -24)📝
pkg/runner/testdata/evalmatrixneeds2/push.yml(+29 -29)📝
pkg/runner/testdata/if-env-act/push.yml(+25 -25)📝
pkg/runner/testdata/nix-prepend-path/push.yml(+26 -26)📝
pkg/runner/testdata/windows-add-env-powershell-5/push.yml(+48 -48)📝
pkg/runner/testdata/windows-add-env/push.yml(+43 -43)📝
pkg/runner/testdata/windows-prepend-path-powershell-5/push.yml(+34 -34)📝
pkg/runner/testdata/windows-prepend-path/push.yml(+34 -34)📝
pkg/runner/testdata/windows-shell-cmd/push.yml(+9 -9)📄 Description
Split lint into separate job and limit Go tests to run only for changes that affect the code
Add gitattributes and renormalize files
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.