Skip to content

Add ZonianMidian's bots (#18) #29

Add ZonianMidian's bots (#18)

Add ZonianMidian's bots (#18) #29

Workflow file for this run

---
name: Lint
on:
push:
branches:
- master
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Lint Markdown files
uses: actionsx/prettier@v2
with:
args: --check '**/*.md'
- name: Lint JSON files
uses: actionsx/prettier@v2
with:
args: --check '**/*.json'