Skip to content

fix(ui5-notification-list): fix header bar visibility (#10010) #5574

fix(ui5-notification-list): fix header bar visibility (#10010)

fix(ui5-notification-list): fix header bar visibility (#10010) #5574

Workflow file for this run

name: CI - lint
on:
pull_request:
push:
branches:
- 'main'
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
node-version: 18
cache: 'yarn'
- name: Install Dependencies
run: yarn --frozen-lockfile
- name: Lint
run: yarn ci:lint