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: reviewdog/action-flake8
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: reviewdog/action-flake8
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 12 commits
  • 8 files changed
  • 3 contributors

Commits on Nov 13, 2020

  1. Configuration menu
    Copy the full SHA
    30e3013 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #47 from py-actions/chrissimpkins-patch-1

    Add CodeQL analysis configuration
    chrissimpkins authored Nov 13, 2020
    Configuration menu
    Copy the full SHA
    9f7da68 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Configuration menu
    Copy the full SHA
    6e7252c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11e3b92 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Configuration menu
    Copy the full SHA
    4a24e10 View commit details
    Browse the repository at this point in the history
  2. 🎨 Clean up code syntax

    rickstaa committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    2ae2e78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3381a3c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    daac069 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1963180 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    378e483 View commit details
    Browse the repository at this point in the history
  7. 🐛 Fixes flake8 command piping problem

    Due to a bug in the @actions/exec package piping of commands is
    currently not supported. I therefore had to use the workarround that is
    given in actions/toolkit#346.
    rickstaa committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    c439054 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a839312 View commit details
    Browse the repository at this point in the history
Loading