Skip to content

build(deps-dev): bump eslint-plugin-markdown from 3.0.1 to 5.1.0 #157

build(deps-dev): bump eslint-plugin-markdown from 3.0.1 to 5.1.0

build(deps-dev): bump eslint-plugin-markdown from 3.0.1 to 5.1.0 #157

Workflow file for this run

name: CI
on:
pull_request:
branches: [main, dev]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Cache node modules
uses: actions/cache@v4
with:
path: node_modules
key: ${{ runner.OS }}-build-${{ hashFiles('**/package-lock.json') }}
- name: Install dependencies
run: npm ci
- name: Lint files
run: npm run lint
- name: Build with Docker
run: docker build .