You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Read file concurrently with limiting concurrency to number of CPUs. This improves performance when checking many files and disabling shellcheck/pyflakes integration.
Reduce number of goroutines created while running shellcheck/pyflakes processes. This has small impact on memory usage when your workflows have many run: steps.
Reduce built binary size by splitting an external library which is only used for debugging into a separate command line tool.
Introduce several micro benchmark suites to track performance.
Enable code scanning for Go/TypeScript/JavaScript sources in actionlint repository.