1
0
Fork 0
mirror of synced 2024-06-02 18:34:37 +12:00
bulk-downloader-for-reddit/.github/workflows/formatting_check.yml
2022-12-03 16:34:23 +10:00

12 lines
305 B
YAML

name: formatting_check
run-name: Check code formatting
on: [push, pull_request]
jobs:
formatting_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: paolorechia/pox@v1.0.1
- uses: actionshub/markdownlint@main
with:
tox_env: "format_check"