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: codespell-project/actions-codespell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0
Choose a base ref
...
head repository: codespell-project/actions-codespell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1
Choose a head ref
  • 5 commits
  • 6 files changed
  • 5 contributors

Commits on Aug 18, 2023

  1. Use v2 in README (#69)

    It looks like v2 is already released, so README should point it instead of v1.
    okuramasafumi authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    41170f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Bump actions/checkout from 3 to 4 (#72)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    8dc8168 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Bump actions/setup-python from 4 to 5 (#74)

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    8edd9f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. feat: bump to use node20 runtime (#71)

    * feat: bump to use node20 runtime, actions/checkout to v4
    
    * Setup pre-commit to run codespell
    
    Eat our own dogfood...
    
    * codespell --skip="abandonned,ackward,bu"
    
    * codespell --ignore-words-list="abandonned,ackward,bu"
    
    * Update testing.yml
    
    ---------
    
    Co-authored-by: Christian Clauss <cclauss@me.com>
    kbdharun and cclauss authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    3174815 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. [pre-commit.ci] pre-commit autoupdate (#76)

    updates:
    - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored May 28, 2024
    Configuration menu
    Copy the full SHA
    406322e View commit details
    Browse the repository at this point in the history
Loading