Skip to content

WebUI: Update documentation and add "isPrivate" flag for 'properties' and 'info' API #5

WebUI: Update documentation and add "isPrivate" flag for 'properties' and 'info' API

WebUI: Update documentation and add "isPrivate" flag for 'properties' and 'info' API #5

name: CI - File health
on: [pull_request, push]
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: ${{ github.head_ref != '' }}
jobs:
ci:
name: Check
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install tools
uses: actions/setup-python@v5
with:
python-version: "*"
- name: Check files
uses: pre-commit/[email protected]