From 6d4a2f07e2c3dda025c577add310182a7beaca72 Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Thu, 2 Jan 2025 11:16:02 -0700 Subject: [PATCH] Format YAML --- .github/dependabot.yml | 8 ++++---- .github/workflows/build.yml | 2 +- .github/workflows/pr-rtd-link.yml | 12 ++++++------ docs/environment-docs.yml | 4 ++-- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 08d29c98..ab7d2a47 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,10 @@ version: 2 updates: - - package_ecosystem: "github-actions" - directory: "/" + - package_ecosystem: 'github-actions' + directory: '/' schedule: - interval: "monthly" + interval: 'monthly' groups: gha-dependencies: patterns: - - "*" + - '*' diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1522e736..0936c644 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -243,7 +243,7 @@ jobs: - uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1 - uses: jupyterlab/maintainer-tools/.github/actions/check-links@v1 with: - ignore_links: "lite/" + ignore_links: 'lite/' build-docs-and-lite: name: Build docs with JupyterLite deployment diff --git a/.github/workflows/pr-rtd-link.yml b/.github/workflows/pr-rtd-link.yml index 5dd2bbd8..95bc9d32 100644 --- a/.github/workflows/pr-rtd-link.yml +++ b/.github/workflows/pr-rtd-link.yml @@ -2,23 +2,23 @@ # interface. For users who don't know this, finding the preview link may be # very difficult or frustrating. This workflow makes the link more # findable by updating PR descriptions to include it. -name: "Add ReadTheDocs preview link to PR description" +name: 'Add ReadTheDocs preview link to PR description' on: pull_request_target: types: - - "opened" + - 'opened' permissions: - pull-requests: "write" + pull-requests: 'write' jobs: autolink-rtd-previews: - runs-on: "ubuntu-latest" + runs-on: 'ubuntu-latest' steps: - - uses: "readthedocs/actions/preview@v1" + - uses: 'readthedocs/actions/preview@v1' with: - project-slug: "jupytergis" + project-slug: 'jupytergis' message-template: | 📚 Documentation preview: {docs-pr-index-url} 💡 JupyterLite preview: {docs-pre-index-url}/lite diff --git a/docs/environment-docs.yml b/docs/environment-docs.yml index d73332ba..dc1636b6 100644 --- a/docs/environment-docs.yml +++ b/docs/environment-docs.yml @@ -4,7 +4,7 @@ channels: - nodefaults dependencies: - python=3.10 - - pip # Needed to install jupytergis wheels in RTD build + - pip # Needed to install jupytergis wheels in RTD build # Build docs & JupyterLite - jupyterlite-core>=0.2.0,<0.3.0 @@ -15,4 +15,4 @@ dependencies: - pydata-sphinx-theme - sphinx-autodoc-typehints - - xeus-python # TODO: Do we need this? + - xeus-python # TODO: Do we need this?