From 10eb8b4751fee22ddc0393772d5cff6aa84f8abe Mon Sep 17 00:00:00 2001 From: Anselm Hahn Date: Sat, 16 Nov 2024 04:59:10 +0100 Subject: [PATCH] chore: Clean up configuration files and update changelog formatting --- .github/dependabot.yml | 1 - .github/workflows/docker-image.yml | 2 +- CHANGELOG.md | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bf11320..91abb11 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,4 +9,3 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" - diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 25f3ebc..b5674f7 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -15,4 +15,4 @@ jobs: steps: - uses: actions/checkout@v2 - name: Build the Docker image - run: docker build . --file Dockerfile --tag tanabesugano:$(date +%s) \ No newline at end of file + run: docker build . --file Dockerfile --tag tanabesugano:$(date +%s) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64aac6d..6a1aebe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,4 +7,4 @@ * Add `poetry` for dependecy mangament * `setup.py` depends now on the `project.toml` * Modified the `GitHub-Actions` -* Introduced `TanabeSugano` batch for extending analysis of correlation matrices \ No newline at end of file +* Introduced `TanabeSugano` batch for extending analysis of correlation matrices