We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a914732 commit 416fb55Copy full SHA for 416fb55
1 file changed
.github/workflows/pr.yml
@@ -6,14 +6,14 @@ on:
6
- master
7
8
jobs:
9
- # dependencies:
10
- # uses: the-guild-org/shared-config/.github/workflows/changesets-dependencies.yaml@main
11
- # with:
12
- # preCommit: 'pnpm run prettier'
13
- # installDependencies: true
14
- # packageManager: 'pnpm'
15
- # secrets:
16
- # githubToken: ${{ secrets.GUILD_BOT_TOKEN }}
+ dependencies:
+ uses: the-guild-org/shared-config/.github/workflows/changesets-dependencies.yaml@main
+ with:
+ preCommit: 'pnpm run prettier'
+ installDependencies: true
+ packageManager: 'pnpm'
+ secrets:
+ githubToken: ${{ secrets.GUILD_BOT_TOKEN }}
17
18
canary:
19
uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@main
0 commit comments