deps(example): Bump postcss from 8.4.47 to 8.4.48 in /examples/nextjs-decorate in the dependencies group #3105
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pull Request | |
on: | |
pull_request: | |
# Recommended by Graphite: https://graphite.dev/docs/github-configuration-guidelines#github-actions | |
types: [opened, synchronize, reopened] | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
test: | |
name: Run tests | |
uses: ./.github/workflows/reusable-test.yml | |
examples: | |
name: Build examples | |
uses: ./.github/workflows/reusable-examples.yml |