renaming .github to .gitea
All checks were successful
Main / changes (push) Successful in 26s
Main / build (push) Has been skipped
Main / deploy (push) Has been skipped

This commit is contained in:
2026-05-19 12:41:38 -05:00
parent c152f06b63
commit f0b61703b7

View File

@@ -26,20 +26,11 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
# - name: Manual Git Clone - uses: dorny/paths-filter@v3
# run: | id: filter
# # Use GITEA_TOKEN for the current repo or a PAT for others with:
# git clone ${{ github.server_url }}/${{ gitea.repository }}.git . filters: |
api:
- name: List files in the repository - 'api/**'
run: | client:
ls ${{ gitea.workspace }} - 'client/**'
# - uses: dorny/paths-filter@v3
# id: filter
# with:
# filters: |
# api:
# - 'api/**'
# client:
# - 'client/**'