Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
20 changes: 0 additions & 20 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,6 @@ updates:
open-pull-requests-limit: 100
commit-message:
prefix: ci
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
assignees:
- "chaynabors"
commit-message:
prefix: fix
prefix-development: chore
include: scope
open-pull-requests-limit: 100
groups:
eslint:
patterns: ["eslint", "@eslint/*"]
typescript-eslint:
patterns: ["typescript-eslint", "@typescript-eslint/*"]
vitest:
patterns: ["vitest", "@vitest/*"]
radix-ui:
patterns: ["@radix-ui/*"]
- package-ecosystem: "cargo"
directory: "/"
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-merge-conflicts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
if: steps.check-target-branch.outputs.is_main == 'false'
id: check-conflicts
run: |

# Set Git identity for the merge operation
git config --global user.email "github-actions@github.com"
git config --global user.name "GitHub Actions"
Expand Down
35 changes: 0 additions & 35 deletions .github/workflows/npm-publish.yml

This file was deleted.

17 changes: 1 addition & 16 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Rust

on:
workflow_dispatch:
pull_request:
push:

permissions:
Expand Down Expand Up @@ -57,10 +56,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install dependencies (Linux)
if: runner.os == 'Linux'
run: sudo apt-get update && sudo apt-get install -y -qq build-essential pkg-config jq dpkg curl wget zstd cmake clang libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev libdbus-1-dev libwebkit2gtk-4.1-dev libjavascriptcoregtk-4.1-dev valac libibus-1.0-dev libglib2.0-dev sqlite3 libxdo-dev protobuf-compiler libfuse2 bash fish zsh shellcheck
- name: Install dependencies (macOS)
if: runner.os == 'Macos'
run: brew install protobuf fish shellcheck
run: sudo apt-get update && sudo apt-get install -y -qq build-essential pkg-config jq dpkg curl wget zstd cmake clang libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev libdbus-1-dev libwebkit2gtk-4.1-dev libjavascriptcoregtk-4.1-dev valac libibus-1.0-dev libglib2.0-dev sqlite3 libxdo-dev protobuf-compiler libfuse2 bash zsh
# this needs to be nightly for code coverage
- uses: dtolnay/rust-toolchain@nightly
id: toolchain
Expand All @@ -76,17 +72,6 @@ jobs:
~/.cargo/git/db/
target/
key: cargo-test-${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}-${{ steps.toolchain.outputs.cachekey }}
# TODO: Coverage fails with `error: unnecessary transmute` in `appkit-nsworkspace-bindings`
# - name: Generate code coverage
# run: cargo +nightly llvm-cov --locked --workspace --codecov --output-path lcov.info
# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v5
# if: github.event.repository.fork == false
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# files: lcov.info
# fail_ci_if_error: true
# env_vars: OS
- name: Run tests
run: cargo test --locked --workspace --lib --bins --test '*' --exclude fig_desktop-fuzz

Expand Down
70 changes: 0 additions & 70 deletions .github/workflows/typescript.yml

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/typos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Typos

on:
workflow_dispatch:
pull_request:
push:

permissions:
Expand All @@ -19,4 +18,4 @@ jobs:
- name: Check spelling
uses: crate-ci/typos@master
with:
config: .typos.toml
config: .typos.toml
1 change: 0 additions & 1 deletion .lintstagedrc.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ export default {
"cd proto && buf lint && buf format --exit-code > /dev/null",
],
"*.py": ["ruff format --check", "ruff check"],
"*.{ts,js,tsx,jsx,mjs}": "prettier --check",
"!(*test*)*": "typos --config .typos.toml",
};
4 changes: 0 additions & 4 deletions .prettierrc

This file was deleted.

76 changes: 0 additions & 76 deletions AmazonQ.md

This file was deleted.

1 change: 0 additions & 1 deletion CODEOWNERS

This file was deleted.

Loading