Skip to content

Commit

Permalink
fix: Remove VERSION file and corresponding check
Browse files Browse the repository at this point in the history
as it's no longer needed as the check is now done through GitHub releases
  • Loading branch information
gteufelberger committed Dec 27, 2024
1 parent 3863035 commit 60419d7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,6 @@ jobs:
- name: Python Compile Test
run: python3 -m py_compile vo-scraper.py

ensure-same-version:
runs-on: ubuntu-latest
needs: python-compile-test
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Ensure Same Version
run: grep -q $(sed -n "s/^.*program_version = '\(.*\)'$/\1/p" vo-scraper.py) VERSION

unprotected-recording:
runs-on: ubuntu-latest
needs: python-compile-test
Expand Down
1 change: 0 additions & 1 deletion VERSION

This file was deleted.

0 comments on commit 60419d7

Please sign in to comment.