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: 92298bd
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: 79327f4
Choose a head ref
  • 4 commits
  • 47 files changed
  • 2 contributors

Commits on Sep 1, 2022

  1. Automaticlly retag for the new release #92 (#93)

    * Automaticlly retag for the new release #92
    
    * Fix running failure issue
    shenxianpeng authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    8e8e8f7 View commit details
    Browse the repository at this point in the history
  2. Change action from docker to composite (#83)

    * Change action from docker to composite
    * Remove Dockerfile
    * install cpp-linter pkg from PyPI
    * Remove publish-pypi.yml #91
    * Switch from master to main branch
    * Add CONTRIBUTING.md
    shenxianpeng authored Sep 1, 2022
    1 Configuration menu
    Copy the full SHA
    bfc328f View commit details
    Browse the repository at this point in the history
  3. remove remnants of python package (#96)

    solves #95
    
    - altered docs
       - added the new logo & favicon.
      - changed colors for readability
      - removed API reference pages
      - adds contributing guidelines page
    - removed python sources
    - removed unit tests
    - removed requirements*.txt
    - removed gitpod config because
      it was only related to installing python
      dependencies (specifically not for docs)
    - removed pre-commit hooks related to python sources
    - removed pytest/coverage workflows
    - updated README
       - removed coverage badge
       - changed target for docs badge to point to hosted docs
    - reduced mkdocs config/requirements accordingly
    - changed link to LICENSE to be absolute
      because it was broken from the docs site
    - adjust mkdocs CI
    - adjust test-repo triggers in run-test.yml CI workflow
    2bndy5 authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    49c2eb9 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. Rename action and update description (#100)

    * Rename action and update description
    
    * Update action name in README
    shenxianpeng authored Sep 5, 2022
    Configuration menu
    Copy the full SHA
    79327f4 View commit details
    Browse the repository at this point in the history
Loading