From dfa179fa8e3f42c0aae89cae0560195b667ebdc3 Mon Sep 17 00:00:00 2001 From: Andrey Kislyuk Date: Mon, 2 Dec 2024 15:01:20 -0800 Subject: [PATCH] Update CI configuration --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58795a4..e4edb2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: run: | export COVERAGE_PROCESS_START=$(pwd)/.coveragerc make test - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v5 isort: runs-on: ubuntu-latest steps: @@ -47,3 +47,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: astral-sh/ruff-action@v1 + - uses: astral-sh/ruff-action@v1 + with: + args: "format --check"