Skip to content

Commit

Permalink
Add another package and lightly reorganize inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfirth committed Dec 13, 2024
1 parent 4f60ed1 commit d234f56
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofixer-a11ce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Autofix package
uses: ./.github/actions/autofix
with:
package: crow
owner: a11ce
repository: crow
package: crow
private-key: ${{ secrets.RESYNTAX_APP_PRIVATE_KEY }}
11 changes: 9 additions & 2 deletions .github/workflows/autofixer-alexknauth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,21 @@ jobs:
autofix:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
target:
- {repository: treelist-util, package: treelist-util}
- {repository: typed-racket-stream, package: typed-racket-stream}

steps:
- name: Checkout code
uses: actions/checkout@v4.2.2

- name: Autofix package
uses: ./.github/actions/autofix
with:
package: treelist-util
owner: AlexKnauth
repository: treelist-util
repository: ${{ matrix.target.repository }}
package: ${{ matrix.target.package }}
private-key: ${{ secrets.RESYNTAX_APP_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/autofixer-jackfirth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Autofix package
uses: ./.github/actions/autofix
with:
package: compose-app
owner: jackfirth
repository: compose-app
package: compose-app
private-key: ${{ secrets.RESYNTAX_APP_PRIVATE_KEY }}

0 comments on commit d234f56

Please sign in to comment.