Skip to content

feat(AppBar): add hideSettings prop to conditionally render settings … #102

feat(AppBar): add hideSettings prop to conditionally render settings …

feat(AppBar): add hideSettings prop to conditionally render settings … #102

Workflow file for this run

name: CI
on:
push:
branches: [main, development]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: latest
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: pnpm
- name: Install
run: pnpm install
- name: Lint
run: pnpm run lint