Skip to content

Commit

Permalink
Revert "Merge pull request #22 from moneymeets/feature/check-package-…
Browse files Browse the repository at this point in the history
…versions"

This reverts commit 70db1f0, reversing
changes made to fc98d53.
  • Loading branch information
pchorus committed Apr 15, 2024
1 parent 70db1f0 commit 45f6a12
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 484 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/ci.yml

This file was deleted.

7 changes: 0 additions & 7 deletions .gitignore

This file was deleted.

45 changes: 0 additions & 45 deletions .idea/watcherTasks.xml

This file was deleted.

26 changes: 0 additions & 26 deletions .run/invalid_package_versions.run.xml

This file was deleted.

4 changes: 0 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ runs:
cache: ${{ inputs.poetry_cache_enabled == 'true' && 'poetry' || ''}}
cache-dependency-path: ${{ inputs.poetry_cache_enabled == 'true' && format('{0}/poetry.lock', inputs.working_directory) || ''}}

- run: python ${{ github.action_path }}/invalid-package-versions.py
shell: bash
working-directory: ${{ inputs.working_directory }}

- run: |
if [ "$(echo ${{ steps.detect-versions.outputs.poetry-version }} | cut -c1-4)" == "1.5." ]; then
poetry lock --check
Expand Down
Empty file.
41 changes: 0 additions & 41 deletions invalid_package_versions/runner.py

This file was deleted.

Empty file.
34 changes: 0 additions & 34 deletions invalid_package_versions/tests/data/pyproject_mock_invalid.toml

This file was deleted.

34 changes: 0 additions & 34 deletions invalid_package_versions/tests/data/pyproject_mock_valid.toml

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions invalid_package_versions/tests/test_get_version.py

This file was deleted.

Loading

0 comments on commit 45f6a12

Please sign in to comment.