Skip to content

Merge branch 'feature/bump-core-ui-version-to-v0.151.0' into q/1.0 #1839

Merge branch 'feature/bump-core-ui-version-to-v0.151.0' into q/1.0

Merge branch 'feature/bump-core-ui-version-to-v0.151.0' into q/1.0 #1839

Workflow file for this run

name: basic tests
on:
push:
branches:
- 'user/**'
- 'feature/**'
- 'improvement/**'
- 'bugfix/**'
- 'w/**'
- 'q/**'
- 'hotfix/**'
- 'dependabot/**'
pull_request:
types:
- opened
branches:
- 'feature/bump-core-ui-version-to-**'
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install node
uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run test
- run: npm run lint