[PR #2679] [CLOSED] ci: separate lint, run tests on code changes #2553

Closed
opened 2026-03-01 21:55:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/2679
Author: @panekj
Created: 2/22/2025
Status: Closed

Base: masterHead: panekj/ci/improve-jobs


📝 Commits (3)

  • ae6c67e ci: separate lint, run tests on code changes
  • 6201303 git: add gitattributes
  • b395fbb git: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/nektos/act/pull/2679 **Author:** [@panekj](https://github.com/panekj) **Created:** 2/22/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `panekj/ci/improve-jobs` --- ### 📝 Commits (3) - [`ae6c67e`](https://github.com/nektos/act/commit/ae6c67ecea44681341ce1a354098866fadfcfd6d) ci: separate lint, run tests on code changes - [`6201303`](https://github.com/nektos/act/commit/62013033efa011859afce85950bf900b520e6796) git: add gitattributes - [`b395fbb`](https://github.com/nektos/act/commit/b395fbbccb082188f9375d769e5a782ec454902f) git: renormalize files ### 📊 Changes **17 files changed** (+461 additions, -426 deletions) <details> <summary>View changed files</summary> ➕ `.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) </details> ### 📄 Description Split lint into separate job and limit Go tests to run only for changes that affect the code Add gitattributes and renormalize files --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:55:56 +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/act#2553
No description provided.