Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dciborow/action-pylint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.7
Choose a base ref
...
head repository: dciborow/action-pylint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.0
Choose a head ref
  • 3 commits
  • 2 files changed
  • 3 contributors

Commits on Apr 30, 2023

  1. Configuration menu
    Copy the full SHA
    247ad09 View commit details
    Browse the repository at this point in the history
  2. update action .yml (#5)

    default value for glob-pattern should specify a file type 
    If one uses this action without giving glob-pattern explicitly as some file type then the GitHub actions fail because the default value is set as '.' which refers to the working directory and not the type of file on which it had to run.
    
    Co-authored-by: Daniel Ciborowski <[email protected]>
    AJOO7 and dciborow authored Apr 30, 2023
    Configuration menu
    Copy the full SHA
    cf34819 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    dciborow authored Apr 30, 2023
    Configuration menu
    Copy the full SHA
    5b6d24e View commit details
    Browse the repository at this point in the history
Loading