Skip to content

Commit

Permalink
convert src/lib/element-data.{ts -> yml}
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Oct 30, 2022
1 parent 8e87e9c commit a474d84
Show file tree
Hide file tree
Showing 24 changed files with 6,223 additions and 6,909 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ jobs:
- name: Check out repo
uses: actions/checkout@v3

- name: Setup pnpm
- name: Set up pnpm
uses: pnpm/action-setup@v2
with:
version: latest

- name: Set up node
uses: actions/setup-node@v3
with:
node-version: 18
cache: pnpm

- name: Install dependencies
Expand Down
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ ci:

default_install_hook_types: [pre-commit, commit-msg]

exclude: pnpm-lock.yaml

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
Expand Down Expand Up @@ -32,5 +34,4 @@ repos:
hooks:
- id: codespell
stages: [commit, commit-msg]
exclude: pnpm-lock.yaml
args: [--ignore-words-list, 'te,ba,nd,ore']
args: [--ignore-words-list, 'te,ba,nd,ore,claus']
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"devDependencies": {
"@iconify/svelte": "^3.0.0",
"@playwright/test": "^1.26.1",
"@rollup/plugin-yaml": "^4.0.1",
"@sveltejs/adapter-static": "^1.0.0-next.44",
"@sveltejs/kit": "^1.0.0-next.511",
"@types/d3-array": "^3.0.3",
Expand All @@ -35,6 +36,7 @@
"eslint": "^8.24.0",
"eslint-plugin-svelte3": "^4.0.0",
"hastscript": "^7.0.2",
"js-yaml": "^4.1.0",
"jsdom": "^20.0.1",
"mdsvex": "^0.10.6",
"prettier": "^2.7.1",
Expand Down
Loading

0 comments on commit a474d84

Please sign in to comment.