Skip to content

Commit

Permalink
Merge branch 'main' into create-pull-request/patch-m6wklbj
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl authored Oct 12, 2023
2 parents 5434e96 + aeb4203 commit ef77c73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
python-version: 3.7

- name: Install Python dependencies
run: python3 -m pip install pyyaml git+https://github.com/packagecontrol/st_package_reviewer.git@d2b43530442f227751c925d259df8fb324eee18f
run: python3 -m pip install

- uses: sublimelsp/st-schema-reviewer-action@v1
- uses: packagecontrol/st-schema-reviewer-action@v1

- uses: sublimelsp/st-package-reviewer-action@v1
- uses: packagecontrol/st-package-reviewer-action@v1
with:
pr-url: ${{ github.event.pull_request.url }}
base-sha: ${{ github.event.pull_request.base.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: sublimelsp/st-schema-reviewer-action@v1
- uses: packagecontrol/st-schema-reviewer-action@v1

0 comments on commit ef77c73

Please sign in to comment.