Skip to content

Bump @types/node from 25.0.2 to 25.0.3 in /web-client #918

Bump @types/node from 25.0.2 to 25.0.3 in /web-client

Bump @types/node from 25.0.2 to 25.0.3 in /web-client #918

Workflow file for this run

---
name: Lint general
# yamllint disable-line rule:truthy
on:
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
workflow_dispatch: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint-markdown:
name: Lint markdown
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Setup bun
uses: oven-sh/setup-bun@v2
- name: Lint markdown
run: bunx markdownlint-cli .
lint-yaml:
name: Lint yaml
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Setup bun
uses: oven-sh/setup-bun@v2
- name: Lint YAML
run: bunx yamllint .