Skip to content

build(deps-dev): bump vite from 6.3.4 to 6.4.1 (#211) #330

build(deps-dev): bump vite from 6.3.4 to 6.4.1 (#211)

build(deps-dev): bump vite from 6.3.4 to 6.4.1 (#211) #330

Workflow file for this run

name: Housekeeping
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
linting:
name: 'Markdown linting'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: Check out the code
- name: Lint Code Base
uses: DavidAnson/markdownlint-cli2-action@v19
with:
globs: '**/*.md'