Skip to content

Surface code descriptions in fct_daily_rt_feed_validation_notices #6328

Surface code descriptions in fct_daily_rt_feed_validation_notices

Surface code descriptions in fct_daily_rt_feed_validation_notices #6328

Workflow file for this run

name: Lint and style checks
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/[email protected]
# - uses: gaurav-nelson/github-action-markdown-link-check@v1
# - uses: docker://avtodev/markdown-lint:v1
# with:
# args: '**/*.md'
typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: crate-ci/typos@master
with:
files: ./docs/**