diff --git a/.TODO.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml similarity index 100% rename from .TODO.github/workflows/TagBot.yml rename to .github/workflows/TagBot.yml diff --git a/.TODO.github/workflows/aqua.yml b/.github/workflows/aqua.yml similarity index 100% rename from .TODO.github/workflows/aqua.yml rename to .github/workflows/aqua.yml diff --git a/.TODO.github/workflows/ci.yml b/.github/workflows/ci.yml similarity index 95% rename from .TODO.github/workflows/ci.yml rename to .github/workflows/ci.yml index 9a23cfd..2f60074 100644 --- a/.TODO.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,8 +17,8 @@ jobs: strategy: fail-fast: false matrix: - # Since MathOptAI doesn't have binary dependencies, only test on a subset of - # possible platforms. + # Since MathOptAI doesn't have binary dependencies, only test on a + # subset of possible platforms. include: - version: '1' # The latest point-release (Linux) os: ubuntu-latest diff --git a/.TODO.github/workflows/format_check.yml b/.github/workflows/format_check.yml similarity index 100% rename from .TODO.github/workflows/format_check.yml rename to .github/workflows/format_check.yml