Skip to content

Commit 78fce6f

Browse files
authored
feat(cleaning): remove unneeded files (#411)
## Describe your changes ## Issue ticket number and link ## Checklist before requesting a review (skip if just adding/editing APIs & templates) - [ ] I added tests, otherwise the reason is: - [ ] External API requests have `retries` - [ ] Pagination is used where appropriate - [ ] The built in `nango.paginate` call is used instead of a `while (true)` loop - [ ] Third party requests are NOT parallelized (this can cause issues with rate limits) - [ ] If a sync requires metadata the `nango.yaml` has `auto_start: false` - [ ] If the sync is a `full` sync then `track_deletes: true` is set - [ ] I followed the best practices and guidelines from the [Writing Integration Scripts](/NangoHQ/integration-templates/blob/main/guides/WRITING_SCRIPTS.md) doc
1 parent 0909bd5 commit 78fce6f

File tree

111 files changed

+3
-22780
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+3
-22780
lines changed

.github/workflows/compile-all.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ jobs:
3030
npm ci
3131
3232
- name: Compile
33-
run: npm run build:flows -- --rebuild-all
33+
working-directory: integrations
34+
run: npx nango compile

.github/workflows/push-flows-to-nango-repo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
# Add the changes
105105
git add packages/shared/flows.yaml
106106
git add packages/shared/flows.zero.json
107-
git add docs-v2/snippets/
107+
git add docs/snippets/
108108
109109
# Get commit details from the previous step
110110
COMMIT_MESSAGE="${{ steps.commit_details.outputs.commit_message }}"

integrations/adp/index.ts

Lines changed: 0 additions & 2 deletions
This file was deleted.

integrations/aircall/index.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

integrations/airtable/index.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

integrations/algolia/index.ts

Lines changed: 0 additions & 2 deletions
This file was deleted.

integrations/anrok/index.ts

Lines changed: 0 additions & 5 deletions
This file was deleted.

integrations/asana/index.ts

Lines changed: 0 additions & 10 deletions
This file was deleted.

integrations/ashby/index.ts

Lines changed: 0 additions & 11 deletions
This file was deleted.

integrations/attio/index.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)