Skip to content

Temporary PR to test the reusable CI workflow #794

Temporary PR to test the reusable CI workflow

Temporary PR to test the reusable CI workflow #794

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
common:
uses: City-of-Helsinki/.github/.github/workflows/ci-pnpm-node.yml@RATY-350-add-dependabot-and-tests-for-workflows
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
node-version: 24