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: cpp-linter/cpp-linter-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.0
Choose a base ref
...
head repository: cpp-linter/cpp-linter-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.6.0
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on May 20, 2023

  1. add -y to any apt-get install commands (#149)

    I checked the LLVM install script, and it already uses `apt-get install -y`. So this should resolve #148
    2bndy5 authored May 20, 2023
    1 Configuration menu
    Copy the full SHA
    78763d9 View commit details
    Browse the repository at this point in the history
  2. Bump cpp-linter from 1.5.1 to 1.6.0 (#150)

    Bumps [cpp-linter](https://github.com/cpp-linter/cpp-linter) from 1.5.1 to 1.6.0.
    - [Release notes](https://github.com/cpp-linter/cpp-linter/releases)
    - [Commits](cpp-linter/cpp-linter@v1.5.1...v1.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: cpp-linter
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 20, 2023
    1 Configuration menu
    Copy the full SHA
    1045e02 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. solution for #151 (#152)

    2bndy5 authored May 21, 2023
    1 Configuration menu
    Copy the full SHA
    5aa2227 View commit details
    Browse the repository at this point in the history
Loading