uppy/.github/workflows
Merlijn Vos 7a50ab89ef
Cleanup examples (#5817)
- Remove outdated examples
- Rename folders for consistency
- Remove lots of unused deps in angular example.
- Rename `name` inside `package.json`'s from `@uppy-example/*` to
`example-*`.

**Before**

```
├── angular-example
├── aws-companion
├── aws-nodejs
├── aws-php
├── bundled
├── cdn-example
├── custom-provider
├── digitalocean-spaces
├── multiple-instances
├── node-xhr
├── php-xhr
├── python-xhr
├── react
├── react-native-expo
├── redux
├── sveltekit
├── transloadit
├── transloadit-markdown-bin
├── uppy-with-companion
├── vue3
└── xhr-bundle
```

**After**

```
examples
├── angular
├── aws-companion
├── aws-nodejs
├── aws-php
├── cdn
├── companion
├── companion-custom-provider
├── companion-digitalocean-spaces
├── react
├── react-native-expo
├── redux
├── sveltekit
├── transloadit
├── vue
├── xhr-bundle
├── xhr-node
├── xhr-php
└── xhr-python
```
2025-07-10 17:23:58 +02:00
..
bundlers.yml Use turbo for building and watching concurrently (#5808) 2025-07-10 13:21:18 +02:00
ci.yml Use turbo for building and watching concurrently (#5808) 2025-07-10 13:21:18 +02:00
companion-deploy.yml build(deps): bump docker/login-action from 3.3.0 to 3.4.0 (#5689) 2025-03-31 11:54:41 +02:00
companion.yml Use turbo for building and watching concurrently (#5808) 2025-07-10 13:21:18 +02:00
e2e.yml Add "safe to test" label check before running e2e CI (#5812) 2025-07-07 17:03:08 +02:00
linters.yml Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00
lockfile_check.yml Revert "meta: enable CI on 4.x branch" 2024-07-10 17:01:53 +02:00
manual-cdn.yml Move private/upload-cdn into packages/uppy (#5800) 2025-07-07 10:58:53 +02:00
release-candidate.yml Replace custom contributions script with simple image 2025-07-02 15:40:28 +02:00
release.yml fix botched prettier formatting 2025-05-18 18:04:05 +02:00