Skip to content

Commit

Permalink
rm quality check (TBD later)
Browse files Browse the repository at this point in the history
  • Loading branch information
ManiMozaffar committed Mar 31, 2024
1 parent 19c693a commit 612647b
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ on:
types: [opened, synchronize, reopened]

jobs:
quality:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3
# quality:
# runs-on: ubuntu-latest
# steps:
# - name: Check out
# uses: actions/checkout@v3

- uses: actions/cache@v3
with:
path: ~/.cache/pre-commit
key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
# - uses: actions/cache@v3
# with:
# path: ~/.cache/pre-commit
# key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}

- name: Set up the environment
uses: ./.github/actions/setup-poetry-env
# - name: Set up the environment
# uses: ./.github/actions/setup-poetry-env

- name: Run checks
run: make check
# - name: Run checks
# run: make check

tox:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 612647b

Please sign in to comment.