commit 33315f25fe7f283926dd59ca6042ffa7a4d0369c Author: spitkov Date: Sun Jan 5 13:35:56 2025 +0100 Initial commit: Basic repository structure with sample calc package diff --git a/.github/workflows/update-repo.yml b/.github/workflows/update-repo.yml new file mode 100644 index 0000000..b9f7602 --- /dev/null +++ b/.github/workflows/update-repo.yml @@ -0,0 +1,65 @@ +name: Update Repository JSON + +on: + push: + branches: + - main + paths: + - 'packages/**' + +jobs: + update-repo-json: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + + - name: Set up Python + uses: actions/setup-python@v2 + with: + python-version: '3.x' + + - name: Update repo.json + run: | + python - <