Skip to content

Commit

Permalink
chore: pretty codebase (strapi#18835)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaellis authored Nov 17, 2023
1 parent daaec91 commit a549feb
Show file tree
Hide file tree
Showing 94 changed files with 2,765 additions and 2,702 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,22 @@ jobs:
with:
filters: .github/filters.yaml

pretty:
name: 'pretty (node: 20)'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 20
- uses: nrwl/nx-set-shas@v3
- name: Monorepo install
uses: ./.github/actions/yarn-nm-install
- name: Run lint
run: yarn prettier:check

lint:
name: 'lint (node: 20)'
needs: [build]
Expand Down
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ coverage
test-apps
dist
build
.cache
.strapi
Loading

0 comments on commit a549feb

Please sign in to comment.