Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Foto değiştirildi #193

Foto değiştirildi

Foto değiştirildi #193

Workflow file for this run

name: quick-check
on:
push:
branches-ignore:
- master
jobs:
quick-check-markdown-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: Install markdownlint-cli
run: |
npm install
- name: Lint markdown files
run: |
npx -c 'markdownlint ./ --ignore ./vendor --ignore ./node_modules'