Skip to content

Commit

Permalink
Add Prettier to projects + int tests
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Sep 18, 2024
1 parent 74b63cc commit 70440c1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,17 @@ jobs:
knip-bun --tags=-knipignore
knip-bun --tags=-knipignore --production --fix --no-exit-code --allow-remove-files
knip-bun --tags=-knipignore --production
- name: Test Knip against Prettier
uses: actions/checkout@v4
with:
repository: prettier/prettier
path: prettier
- run: |
cd prettier
yarn
yarn --cwd scripts/release
yarn --cwd scripts/tools/bundle-test
yarn --cwd scripts/tools/eslint-plugin-prettier-internal-rules
yarn --cwd website
yarn run lint:knip
3 changes: 2 additions & 1 deletion packages/docs/src/components/Projects.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
<li><a href="https://github.com/eslint/eslint">ESLint</a></li>
<li><a href="https://github.com/freeCodeCamp/freeCodeCamp">freeCodeCamp</a></li>
<li><a href="https://github.com/grafana/grafana">Grafana</a></li>
<li><a href="https://github.com/nuxt/nuxt">Nuxt</a></li>
<li><a href="https://github.com/mochajs/mocha">Mocha</a></li>
<li><a href="https://github.com/nuxt/nuxt">Nuxt</a></li>
<li><a href="https://github.com/prettier/prettier">Prettier</a></>
<li><a href="https://github.com/release-it/release-it">Release It!</a></>
<li><a href="https://github.com/sveltejs/svelte">Svelte</a></li>
<li><a href="https://github.com/TanStack/query">Query</a>, <a href="https://github.com/TanStack/table">Table</a> (TanStack)</li>
Expand Down

0 comments on commit 70440c1

Please sign in to comment.