Skip to content

Commit

Permalink
Merge branch 'master' into revert-13512-revert-13279-textfield
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga authored Sep 14, 2024
2 parents a0a6420 + 78bf085 commit bbc0dfc
Show file tree
Hide file tree
Showing 1,439 changed files with 12,802 additions and 25,053 deletions.
8 changes: 2 additions & 6 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@
"kroll": "readonly"
},
"rules": {
"node/no-deprecated-api": "off",
"node/no-unsupported-features/es-syntax": "off",
"node/no-unsupported-features/node-builtins": ["warn", { "version": "10.11.0" }]
"node/no-unsupported-features/es-syntax": "off"
}
},
{
Expand All @@ -61,9 +59,7 @@
"sourceType": "module"
},
"rules": {
"node/no-deprecated-api": "off",
"node/no-unsupported-features/es-syntax": "off",
"node/no-unsupported-features/node-builtins": ["warn", { "version": "10.11.0" }]
"node/no-unsupported-features/es-syntax": "off"
}
},
{
Expand Down
12 changes: 2 additions & 10 deletions .github/actions/build-android/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,10 @@ runs:
run: npm run lint:android
shell: bash

- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master

- name: Install ccache
run: brew install ccache
shell: bash

- name: Retrieve ccache
uses: actions/cache@v3
uses: hendrikmuhs/ccache-action@v1.2
with:
path: ${{ env.CCACHE_DIR }}
create-symlink: true
key: ${{ runner.os }}-ccache-${{ github.sha }}
restore-keys: |
${{ runner.os }}-ccache-
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/cla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
name: Verify contributor

steps:
- uses: tidev/tidev-cla-action@v1
- uses: tidev/tidev-cla-action@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 0 additions & 2 deletions .github/workflows/regen-builds.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: Regen Builds
on:
release:
types: [published, released]
workflow_run:
workflows: [Build]
types: [completed]
Expand Down
13 changes: 12 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@ on:
options:
- GA
- RC
- RC2
- RC3
- RC4
- Beta
- Beta2
- Beta3
- Beta4

jobs:
validate:
Expand Down Expand Up @@ -171,4 +177,9 @@ jobs:
git add package-lock.json
git commit -m "chore(release): bump version"
git push
- name: Regen Builds
uses: peter-evans/repository-dispatch@v2
with:
event-type: regen-builds
repository: tidev/downloads-www
token: ${{ secrets.REGEN_BUILDS_DOCS_GITHUB_TOKEN }}
Loading

0 comments on commit bbc0dfc

Please sign in to comment.