Skip to content

Commit

Permalink
ci(TypeScript): lint by arethetypeswrong (#95)
Browse files Browse the repository at this point in the history
* ci(TypeScript): lint by arethetypeswrong

* Create chatty-forks-admire.md
  • Loading branch information
manudeli authored May 18, 2024
1 parent a93da6b commit f95daf9
Show file tree
Hide file tree
Showing 4 changed files with 246 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/chatty-forks-admire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"es-hangul": patch
---

ci(TypeScript): lint by arethetypeswrong
19 changes: 16 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,18 @@ jobs:
- run:
name: Typecheck
command: yarn tsc --noEmit

attw:
docker:
- image: cimg/node:20.12
steps:
- checkout
- setup
- run:
name: Build
command: yarn build
- run:
name: Arethetypeswrong
command: yarn attw
pre-pack:
parallelism: 2
docker:
Expand All @@ -53,7 +64,6 @@ jobs:
- run:
name: Build
command: yarn build

check-peer:
docker:
- image: cimg/node:20.12
Expand All @@ -75,7 +85,6 @@ jobs:
- run:
name: Check Publint
command: yarn publint

test:
docker:
- image: cimg/node:20.12
Expand Down Expand Up @@ -105,6 +114,10 @@ workflows:
filters:
branches:
ignore: main
- attw:
filters:
branches:
ignore: main
- pre-pack:
filters:
branches:
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"docs"
],
"scripts": {
"attw": "attw --pack",
"build": "tsup",
"changeset:publish": "changeset publish",
"changeset:version": "changeset version",
Expand All @@ -52,6 +53,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.3",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@netlify/plugin-nextjs": "^5.0.0",
Expand Down
Loading

0 comments on commit f95daf9

Please sign in to comment.