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: jordemort/action-pyright
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.0
Choose a base ref
...
head repository: jordemort/action-pyright
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.0
Choose a head ref
  • 5 commits
  • 15 files changed
  • 5 contributors

Commits on Feb 15, 2022

  1. test pyright ouput lines vs rdjson output (#16)

    * test pyright ouput lines vs rdjson output
    
    * fix script location
    
    * exclude tests from pyright, unless test action
    
    * init gitignore
    
    * add test badge
    
    * cleanup warnings
    
    * blankline
    chadsr authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    cf9e7b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Break up pipeline to make errors easier to spot (#21)

    * Break up pipeline to make errors easier to spot
    
    * More debugging
    
    * Fix redirections
    
    * Really fix redirections
    
    * Fix workflow syntax error
    
    * Update .github/workflows/suggestions.yml
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    
    * Update script.sh
    
    * Move set +x a bit
    
    * One last tweak
    
    Co-authored-by: Jordan Webb <jordan@getseam.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    3 people authored Mar 15, 2022
    Configuration menu
    Copy the full SHA
    5b42c21 View commit details
    Browse the repository at this point in the history
  2. Bump actions/checkout from 2 to 3 (#23)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v3)
    
    ---
    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 Mar 15, 2022
    Configuration menu
    Copy the full SHA
    5382f84 View commit details
    Browse the repository at this point in the history
  3. Bump reviewdog/action-markdownlint from 0.3 to 0.5 (#22)

    Bumps [reviewdog/action-markdownlint](https://github.com/reviewdog/action-markdownlint) from 0.3 to 0.5.
    - [Release notes](https://github.com/reviewdog/action-markdownlint/releases)
    - [Commits](reviewdog/action-markdownlint@v0.3...v0.5)
    
    ---
    updated-dependencies:
    - dependency-name: reviewdog/action-markdownlint
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 15, 2022
    Configuration menu
    Copy the full SHA
    66b7381 View commit details
    Browse the repository at this point in the history
  4. Fix installing shfmt (#24)

    * Fix installing shfmt
    
    * If you're going to be annoying I'll just run you from Docker
    jordemort authored Mar 15, 2022
    Configuration menu
    Copy the full SHA
    e351e6c View commit details
    Browse the repository at this point in the history
Loading