Skip to content

Commit d0f6e3e

Browse files
committed
fix actions and cargo workspace
1 parent d816270 commit d0f6e3e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+323
-4973
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,6 @@ updates:
1212
open-pull-requests-limit: 100
1313
commit-message:
1414
prefix: ci
15-
- package-ecosystem: "npm"
16-
directory: "/"
17-
schedule:
18-
interval: "daily"
19-
assignees:
20-
- "chaynabors"
21-
commit-message:
22-
prefix: fix
23-
prefix-development: chore
24-
include: scope
25-
open-pull-requests-limit: 100
26-
groups:
27-
eslint:
28-
patterns: ["eslint", "@eslint/*"]
29-
typescript-eslint:
30-
patterns: ["typescript-eslint", "@typescript-eslint/*"]
31-
vitest:
32-
patterns: ["vitest", "@vitest/*"]
33-
radix-ui:
34-
patterns: ["@radix-ui/*"]
3515
- package-ecosystem: "cargo"
3616
directory: "/"
3717
schedule:

.github/workflows/check-merge-conflicts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
if: steps.check-target-branch.outputs.is_main == 'false'
3030
id: check-conflicts
3131
run: |
32-
32+
3333
# Set Git identity for the merge operation
3434
git config --global user.email "github-actions@github.com"
3535
git config --global user.name "GitHub Actions"

.github/workflows/rust.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Rust
22

33
on:
44
workflow_dispatch:
5-
pull_request:
65
push:
76

87
permissions:

.github/workflows/typos.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Typos
22

33
on:
44
workflow_dispatch:
5-
pull_request:
65
push:
76

87
permissions:
@@ -19,4 +18,4 @@ jobs:
1918
- name: Check spelling
2019
uses: crate-ci/typos@master
2120
with:
22-
config: .typos.toml
21+
config: .typos.toml

.lintstagedrc.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ export default {
77
"cd proto && buf lint && buf format --exit-code > /dev/null",
88
],
99
"*.py": ["ruff format --check", "ruff check"],
10-
"*.{ts,js,tsx,jsx,mjs}": "prettier --check",
1110
"!(*test*)*": "typos --config .typos.toml",
1211
};

.prettierrc

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)