From 63f37afb7c0efb6b131cddc380fef62eae072fcf Mon Sep 17 00:00:00 2001 From: Camilla Harris Date: Thu, 16 Jan 2025 14:31:05 +0000 Subject: [PATCH] linting --- .github/workflows/build_mkdocs.yml | 8 ++++---- .gitignore | 2 +- .markdownlint.json | 2 +- mkdocs.yml | 2 +- requirements.txt | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build_mkdocs.yml b/.github/workflows/build_mkdocs.yml index 1d28c82..fddc663 100644 --- a/.github/workflows/build_mkdocs.yml +++ b/.github/workflows/build_mkdocs.yml @@ -15,17 +15,17 @@ jobs: - uses: actions/checkout@v4.2.2 with: fetch-depth: '0' - + - name: Set up Python uses: actions/setup-python@v5.3.0 with: python-version: "3.10" - + - name: Install dependencies run: | python -m pip install --upgrade pip if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - - - name: Run a command + + - name: Run a command run: | mkdocs build diff --git a/.gitignore b/.gitignore index 1913d09..cba512e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,4 @@ # ignore the built site /site** -.DS_Store \ No newline at end of file +.DS_Store diff --git a/.markdownlint.json b/.markdownlint.json index 3f15d07..ade79e5 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -2,4 +2,4 @@ "MD025": {"front_matter_title": ""}, "MD007": {"indent": 4}, "MD024": {"siblings_only": true} -} \ No newline at end of file +} diff --git a/mkdocs.yml b/mkdocs.yml index 3330b76..9abe2d2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -16,4 +16,4 @@ markdown_extensions: - admonition - pymdownx.highlight: anchor_linenums: true - - pymdownx.superfences \ No newline at end of file + - pymdownx.superfences diff --git a/requirements.txt b/requirements.txt index f522c59..8fdf8ba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ mkdocs-material -mkdocs-git-revision-date-localized-plugin \ No newline at end of file +mkdocs-git-revision-date-localized-plugin