diff --git a/.github/workflows/code_quality_control.yml b/.github/workflows/code_quality_control.yml index 8103750a..4b94b454 100644 --- a/.github/workflows/code_quality_control.yml +++ b/.github/workflows/code_quality_control.yml @@ -22,7 +22,7 @@ jobs: run: pip install -r requirements.txt - name: Find Python files - run: find swarms_torch -name "*.py" -type f -exec autopep8 --in-place --aggressive --aggressive {} + + run: find swarms -name "*.py" -type f -exec autopep8 --in-place --aggressive --aggressive {} + - name: Push changes uses: ad-m/github-push-action@master diff --git a/.github/workflows/lints.yml b/.github/workflows/lints.yml index 229f4b83..b61e471c 100644 --- a/.github/workflows/lints.yml +++ b/.github/workflows/lints.yml @@ -22,4 +22,4 @@ jobs: run: pip install -r requirements.txt - name: Run linters - run: pylint swarms_torch \ No newline at end of file + run: pylint swarms \ No newline at end of file diff --git a/.github/workflows/pr_request_checks.yml b/.github/workflows/pr_request_checks.yml index 4819cd76..dccdb9e2 100644 --- a/.github/workflows/pr_request_checks.yml +++ b/.github/workflows/pr_request_checks.yml @@ -24,4 +24,4 @@ jobs: - name: Run tests and checks run: | pytest tests/ - pylint swarms_torch \ No newline at end of file + pylint swarms \ No newline at end of file diff --git a/.github/workflows/pull-request-links.yml b/.github/workflows/pull-request-links.yml index e5812fbb..4cb674d8 100644 --- a/.github/workflows/pull-request-links.yml +++ b/.github/workflows/pull-request-links.yml @@ -15,4 +15,4 @@ jobs: steps: - uses: readthedocs/actions/preview@v1 with: - project-slug: swarms_torch \ No newline at end of file + project-slug: swarms \ No newline at end of file