Skip to content

Add ignore config to no-unused-fields rule #32

Add ignore config to no-unused-fields rule

Add ignore config to no-unused-fields rule #32

Workflow file for this run

name: PR
on:
pull_request:
branches: [master]
jobs:
dependencies:
uses: the-guild-org/shared-config/.github/workflows/changesets-dependencies.yaml@main
secrets:
githubToken: ${{ secrets.GUILD_BOT_TOKEN }}
release:
uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@main
with:
npmTag: alpha
buildScript: prerelease
nodeVersion: 22
packageManager: pnpm
secrets:
githubToken: ${{ secrets.GUILD_BOT_TOKEN }}
npmToken: ${{ secrets.NPM_TOKEN }}