From e0a8d86b1b86e6ce46b0e99549bd143c1ebe0978 Mon Sep 17 00:00:00 2001 From: Guillermo Fidalgo Date: Sat, 16 Mar 2024 18:56:13 -0400 Subject: [PATCH] fix ci --- .github/workflows/ci.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ccb6a32..1cb4cc2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,24 +15,9 @@ on: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: - checks: - name: Running pre-commit - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - # - run: pipx run -- pre-commit run --all-files --verbose --show-diff-on-failure - - uses: pre-commit/action@v3.0.1 - with: - extra_args: --all-files --verbose - build: - needs: checks - # The type of runner that the job will run on runs-on: ubuntu-latest - - # Steps represent a sequence of tasks that will be executed as part of the job steps: - # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v4 - uses: xu-cheng/latex-action@v3 with: