doctrine / lexer

Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.
https://www.doctrine-project.org/projects/lexer.html
MIT License
11.07k stars 60 forks source link

[TASK] Allow execution of checks and quality tools on all branches #65

Closed sbuerk closed 2 years ago

sbuerk commented 2 years ago

This change removes the branch contstrains for general useful github workflowes, which helps contributers because these tests can be run on forks. Thus allowing to have these tests execute before opening a pull-request.

It is really annoying to open a pull request with a lot of errors because it could not detected beforehand.

derrabus commented 2 years ago

Closing for now because we should have the discussion on the doctrine/.github repo, not here.