Skip to content

Commit d2c836a

Browse files
authored
chore: Lint monorepo with Sherif (#624)
1 parent 60bd77c commit d2c836a

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.github/workflows/ci-cd.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ jobs:
7272
env:
7373
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
7474

75-
check-formatting:
76-
name: Check formatting
75+
lint:
76+
name: Linting
7777
runs-on: ubuntu-latest
7878
steps:
7979
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
@@ -84,7 +84,9 @@ jobs:
8484
cache: pnpm
8585
- name: Install dependencies
8686
run: pnpm install --ignore-scripts --frozen-lockfile
87-
- name: Check formatting
87+
- name: Check monorepo with Sherif
88+
run: pnpm dlx sherif@1.0.0 --no-install
89+
- name: Check source code formatting
8890
run: |
8991
set +e # Allow Prettier to fail, but capture the error code
9092
output=$(./node_modules/.bin/prettier --list-different ./packages/nuqs 2>&1)

packages/docs/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
"@types/semver": "^7.5.8",
5353
"autoprefixer": "^10.4.19",
5454
"postcss": "^8.4.38",
55-
"prettier": "^3.2.5",
5655
"prettier-plugin-tailwindcss": "^0.5.14",
5756
"remark-mdx-images": "^3.0.0",
5857
"shikiji": "^0.10.2",

pnpm-lock.yaml

-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)