⬆️ build(deps-dev): Bump markdownlint-cli from 0.44.0 to 0.45.0 #267
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: File Tests | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-node@v3 | |
with: | |
node-version: "22" | |
cache: "npm" | |
- run: npm ci | |
- name: Run unit tests on the repo | |
run: npm run test |