deps(example): bump eslint-config-next from 15.0.3 to 15.0.4 in /examples/nextjs-server-actions in the dependencies group #3508
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 |