Skip to content

[PF-2208] Fix Grid.Item gridsize type #15338

[PF-2208] Fix Grid.Item gridsize type

[PF-2208] Fix Grid.Item gridsize type #15338

Workflow file for this run

name: Danger
on:
pull_request:
types: [opened, synchronize, reopened, edited, assigned, unassigned]
branches: [master, 'feature/**']
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
danger:
name: Check
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
pull-requests: write
statuses: write
if: ${{ github.event.pull_request.head.ref != 'changeset-release/master' }}
steps:
- name: Checkout project
# Same as actions/checkout@v5
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
- name: Set ENV Variables
run: |-
echo "GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}" >> $GITHUB_ENV
- name: Set up Node.js
# Same as actions/setup-node@v6.1
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f
with:
node-version: 22.20.0
- uses: ./.github/actions/pnpm-install
- uses: ./.github/actions/danger