Skip to content
Open
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/docs-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ jobs:
run: |-
npm ci -w docs
npm run build -w docs
# https://typicode.github.io/husky/how-to.html#ci-server-and-docker
env:
HUSKY: 0

- name: Deploy Docs to Netlify docs.rilldata.com
uses: nwtgck/actions-netlify@v3.0
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:

- name: NPM Install
run: npm ci
# https://typicode.github.io/husky/how-to.html#ci-server-and-docker
env:
HUSKY: 0

- name: Prettier checks
run: npx prettier --check "**/*"
3 changes: 0 additions & 3 deletions .github/workflows/web-test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ jobs:

- name: NPM Install
run: npm ci
# https://typicode.github.io/husky/how-to.html#ci-server-and-docker
env:
HUSKY: 0

- name: Set up go for E2E
uses: actions/setup-go@v5
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/web-test-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:

- name: NPM Install
run: npm ci
# https://typicode.github.io/husky/how-to.html#ci-server-and-docker
env:
HUSKY: 0

- name: Run web-common unit tests
if: steps.filter.outputs.common == 'true'
Expand Down
4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.claude/
.github/
.husky/
.ranger/
.svelte-kit/
.vscode/
Expand Down
Loading
Loading