Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillermoFidalgo committed Mar 16, 2024
1 parent 229ad2e commit e0a8d86
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e0a8d86

Please sign in to comment.