PHP-Parallel-Lint VS cancel-workflow-action

Compare PHP-Parallel-Lint vs cancel-workflow-action and see what are their differences.

PHP-Parallel-Lint

This tool check syntax of PHP files faster than serial check with fancier output. (by php-parallel-lint)

cancel-workflow-action

⏹️ GitHub Action to cancel previous running workflows on push (by styfle)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
PHP-Parallel-Lint cancel-workflow-action
2 2
270 909
0.4% -
6.8 6.5
7 days ago 3 months ago
PHP TypeScript
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

PHP-Parallel-Lint

Posts with mentions or reviews of PHP-Parallel-Lint. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-11.

cancel-workflow-action

Posts with mentions or reviews of cancel-workflow-action. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-25.
  • Act: Run your GitHub Actions locally
    14 projects | news.ycombinator.com | 25 Nov 2022
    Workflows that interact with the Github API heavily will fail as they're not available in act e.g. actions like https://github.com/styfle/cancel-workflow-action. Dealing with secrets is also a bit cumbersome. You can throw the following on actions that are not compatible with act in order to skip them:

    if: ${{ !env.ACT }}

    That said, despite it's limitations, I've been using both act and tmate in combination for a couple of years. Gets the job done.

  • A nice PHP CI pipeline
    7 projects | /r/PHP | 23 Feb 2021
    For Github Actions, can highly recommend https://github.com/styfle/cancel-workflow-action which we use to cancel exists runs on same branch when never commits (push or force-push) arrives.

What are some alternatives?

When comparing PHP-Parallel-Lint and cancel-workflow-action you can also consider the following projects:

PHPStan - PHP Static Analysis Tool - discover bugs in your code without running it!

LimeSurvey - The most popular FOSS online survey tool on the web.

PHP CS Fixer - A tool to automatically fix PHP Coding Standards issues

PHP Code Sniffer - PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards.

PCOV - PCOV - CodeCoverage compatible driver for PHP

GrumPHP - A PHP code-quality tool

download-provisioning-profiles - Github Action for downloading provisioning profiles from Apple AppStore Connect

PHP Mess Detector - PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD. PHPMD can be seen as an user friendly frontend application for the raw metrics stream measured by PHP Depend.

actions-gh-pages - GitHub Actions for GitHub Pages 🚀 Deploy static files and publish your site easily. Static-Site-Generators-friendly.

magento2-grumphp - Ultimate GrumPHP configuration for Magento 2 automated code quality checks

actions-mdbook - GitHub Actions for mdBook (rust-lang/mdBook) ⚡️ Setup mdBook quickly and build your site fast. Linux (Ubuntu), macOS, and Windows are supported.