[READ ONLY MIRROR] Open Source TikTok alternative built on AT Protocol github.com/sprksocial/client
flutter atproto video dart
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

.github/workflows: Migrate workflows to Blacksmith runners (#98)

Migrate workflows to Blacksmith

Co-authored-by: blacksmith-sh[bot] <157653362+blacksmith-sh[bot]@users.noreply.github.com>

authored by

blacksmith-sh[bot]
blacksmith-sh[bot]
and committed by
GitHub
b963fc70 a45d906f

+2 -2
+1 -1
.github/workflows/android-internal-release.yml
··· 16 16 17 17 jobs: 18 18 build: 19 - runs-on: ubuntu-latest 19 + runs-on: blacksmith-4vcpu-ubuntu-2404 20 20 21 21 steps: 22 22 - name: Checkout code
+1 -1
.github/workflows/flutter_lint.yml
··· 7 7 8 8 jobs: 9 9 lint: 10 - runs-on: ubuntu-latest 10 + runs-on: blacksmith-4vcpu-ubuntu-2404 11 11 12 12 steps: 13 13 - name: Checkout Repository