Skip to content

Merge branch 'main' of https://github.com/dsi-hug/ngx-components #15

Merge branch 'main' of https://github.com/dsi-hug/ngx-components

Merge branch 'main' of https://github.com/dsi-hug/ngx-components #15

Workflow file for this run

name: Test layout
on:
workflow_dispatch:
workflow_call:
push:
branches:
- '**'
tags-ignore:
- '**'
paths:
- '.github/workflows/ci_test_layout.yml'
- 'projects/layout/**'
concurrency:
group: ci-test-layout-group-${{ github.ref }}
cancel-in-progress: true
jobs:
ci_test_layout:
uses: dsi-hug/action/.github/workflows/action.yml@v1
with:
working-directory: projects/layout
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
node-versions: '[18, 20]'