Skip to content

chore(deps-dev): bump rollup from 4.21.3 to 4.22.4 #48

chore(deps-dev): bump rollup from 4.21.3 to 4.22.4

chore(deps-dev): bump rollup from 4.21.3 to 4.22.4 #48

Workflow file for this run

name: Pull Request Open
on:
pull_request:
workflow_dispatch:
concurrency:
# PR open and close use the same group, allowing only one at a time
group: ${{ github.event.number }}
cancel-in-progress: true
permissions:
contents: read
jobs:
test:
name: Action Test
if: github.event_name != 'pull_request' || !github.event.pull_request.draft
uses: ./.github/workflows/reusable-tests.yml
results:
name: Analysis Results
needs: [test]
runs-on: ubuntu-22.04
steps:
- run: echo "Workflow completed successfully!"