Skip to content

Commit

Permalink
Correct typo in comment: "upto" -> "up to" (#225)
Browse files Browse the repository at this point in the history
* correct typo in comment: "upto" -> "up to"

* Update build_net_core.yml

---------

Co-authored-by: Dragos Daniel Boia <[email protected]>
  • Loading branch information
jonmichaeldarby and DragosDanielBoia committed May 2, 2023
1 parent 8b844cc commit 4cc59ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_net_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
build-and-publish-release:

runs-on: ubuntu-18.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### ![](https://img.shields.io/static/v1?label=Quantified&message={{EncodedLabel}}&color={{Color}})

This PR has `{{FormulaLinesChanged}}` quantified lines of changes. In general, a change size of upto `{{IdealSizeUpperBound}}` lines is ideal for the best PR experience!
This PR has `{{FormulaLinesChanged}}` quantified lines of changes. In general, a change size of up to `{{IdealSizeUpperBound}}` lines is ideal for the best PR experience!

------

Expand Down

0 comments on commit 4cc59ff

Please sign in to comment.