Skip to content

chore(deps): bump actions/checkout from 4.3.1 to 6.0.2 in the github-actions group #3

chore(deps): bump actions/checkout from 4.3.1 to 6.0.2 in the github-actions group

chore(deps): bump actions/checkout from 4.3.1 to 6.0.2 in the github-actions group #3

Workflow file for this run

name: PR CI
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
node:
if: github.event_name != 'pull_request' || !github.event.pull_request.draft
uses: Jungle-Grid/.github/.github/workflows/reusable-node-pr-ci.yml@b7d9082535447efbb420fb3c69923ba57d5ae542
permissions:
contents: read
with:
node-version: "20"
package-manager: "npm"
working-directory: "."
run-lint: true
run-format: false
run-typecheck: false
run-tests: false
run-build: true