Skip to content

chore(deps): bump markdownlint from 0.38.0 to 0.39.0 in the dependencies group #163

chore(deps): bump markdownlint from 0.38.0 to 0.39.0 in the dependencies group

chore(deps): bump markdownlint from 0.38.0 to 0.39.0 in the dependencies group #163

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
workflow_dispatch:
pull_request:
jobs:
tests:
name: Run unit tests
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v5
- name: Install dependencies
run: npm ci
- name: Run test
run: npm run test
permissions:
contents: read
pull-requests: write