Skip to content

Commit

Permalink
Merge branch 'master' into pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
ITProKyle authored Oct 9, 2024
2 parents b689218 + f76e6dd commit a1d5c50
Show file tree
Hide file tree
Showing 6 changed files with 332 additions and 336 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
# assertions assume linux so some fail when run on windows
run: make test cov-xml
- name: ⤴️ Upload to Codecov
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v4.6.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 💂 Enforce Branch Name
uses: finleyfamily/[email protected].0
uses: finleyfamily/[email protected].1
with:
allowed_prefixes: >-
bugfix,chore,dep,depend,dependabot,deps,docs,feat,feature,fix,hotfix,
Expand Down
134 changes: 67 additions & 67 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"devDependencies": {
"cspell": "^8.14.4",
"pyright": "^1.1.382"
"pyright": "^1.1.384"
},
"name": "runway",
"version": "0.0.0"
Expand Down
Loading

0 comments on commit a1d5c50

Please sign in to comment.