Skip to content

Add new app screenshots for next release (#214) #214

Add new app screenshots for next release (#214)

Add new app screenshots for next release (#214) #214

Workflow file for this run

---
name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
lint:
name: Lint all Markdown files
runs-on: ubuntu-20.04
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Lint changelog file
uses: docker://avtodev/markdown-lint:v1.5
with:
config: './.markdownlint.json'
args: '.'
ignore: './themes'