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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ on: pull_request
#on: [pull_request, push]

jobs:
name: Spelling
on: [pull_request]
spelling:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
# uses: actions/checkout@v4
uses: actions/checkout@main
- name: Spell Check Repo
uses: crate-ci/typos@master
# typos:
Expand Down
4 changes: 2 additions & 2 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
# template for the changelog header
header = """
# Changelog\n
All notable changes to this project will be documented in this file.\n
All notable changes to ax-sh webpage will be documented in this file.\n
"""
# template for the changelog body
# https://keats.github.io/tera/docs/#introduction
body = """
{% if version %}\
## [[{{ version | trim_start_matches(pat="v") }}] - {{ timestamp | date(format="%Y-%m-%d") }}] (https://github.com/ax-sh/ax-sh.github.io/releases/tag/{{ version | trim_start_matches(pat="v") }})\n
## [[{{ version | trim_start_matches(pat="v") }}] - {{ timestamp | date(format="%Y-%m-%d") }}](https://github.com/ax-sh/ax-sh.github.io/releases/tag/{{ version | trim_start_matches(pat="v") }})\n
{% else %}\
## [unreleased]
{% endif %}\
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,12 @@
"pr:ci": "act pull_request --container-architecture linux/amd64"
},
"dependencies": {
"@changesets/cli": "^2.27.9",
"@eslint/eslintrc": "^3.1.0",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^3.9.0",
"@icons-pack/react-simple-icons": "^10.0.0",
"@tanstack/react-query": "^5.59.14",
"@tanstack/react-query-devtools": "^5.59.14",
"@testing-library/jest-dom": "^6.5.0",
"chalk": "^5.3.0",
"clsx": "^2.1.1",
"git-cliff": "^2.6.1",
"is-ci": "^3.0.1",
"next": "14.2.15",
"nextjs-google-analytics": "^2.3.7",
"react": "^18.3.1",
Expand All @@ -69,6 +63,12 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@testing-library/jest-dom": "^6.5.0",
"chalk": "^5.3.0",
"git-cliff": "^2.6.1",
"is-ci": "^3.0.1",
"@changesets/cli": "^2.27.9",
"@biomejs/biome": "1.9.3",
"@chromatic-com/storybook": "2.0.2",
"@commitlint/cli": "^19.5.0",
Expand Down