Skip to content

Commit

Permalink
Merge branch 'main' into feat/cips
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenj committed May 8, 2024
2 parents 0fb6176 + 6e3c256 commit c28231a
Show file tree
Hide file tree
Showing 176 changed files with 4,234 additions and 2,897 deletions.
7 changes: 6 additions & 1 deletion .config/dictionaries/project.dic
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ CBOR
cborg
CEST
cfbundle
chromedriver
chromedriverFeat/cips
chrono
ciphertext
CIPs
Expand Down Expand Up @@ -78,9 +78,11 @@ jormungandr
Jörmungandr
junitreport
Keyhash
keyserver
lcov
Leshiy
libapp
libavcodec
libflutter
lintfix
localizable
Expand All @@ -102,6 +104,7 @@ netifas
netkey
nextest
Oleksandr
onboarded
oneshot
openapi
opentelemetry
Expand Down Expand Up @@ -183,3 +186,5 @@ xctest
xctestrun
xcworkspace
yoroi
multiplatform
Multiplatform
2 changes: 1 addition & 1 deletion .github/workflows/stale-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Stale Branches
uses: crs-k/stale-branches@v4.1.0
uses: crs-k/stale-branches@v5.0.0
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
days-before-stale: 30
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ pubspec.lock
coverage/
.idea/

# Melos
*pubspec_overrides.yaml
melos*.iml

# Secrets
dev-catalyst-voice-9f78f27c6bc5.json

Expand Down
10 changes: 10 additions & 0 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,14 @@ repo-catalyst-voices-packages:
WORKDIR /repo
COPY --dir catalyst_voices_packages .

SAVE ARTIFACT /repo repo

# repo-catalyst-voices-all - Creates artifacts of all configuration files,
# packages and folders related to catalyst_voices frontend.
repo-catalyst-voices-all:
FROM scratch

WORKDIR /repo
COPY --dir catalyst_voices catalyst_voices_packages utilities melos.yaml pubspec.yaml .

SAVE ARTIFACT /repo repo

0 comments on commit c28231a

Please sign in to comment.