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

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