Skip to content

Commit d834908

Browse files
authored
Merge branch 'main' into renovate/netlify-packages
2 parents 897d3cf + c8d332b commit d834908

File tree

7 files changed

+1494
-1080
lines changed

7 files changed

+1494
-1080
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,8 @@ jobs:
2323
cache: 'npm'
2424
cache-dependency-path: '**/package-lock.json'
2525
- run: npm ci
26-
- name: Prettify code
27-
uses: creyD/[email protected]
28-
with:
29-
prettier_options: --write .
30-
only_changed: true
31-
commit_message: 'chore: format with prettier'
32-
clean_node_folder: false
33-
26+
- name: Check Format
27+
run: npm run format:check
3428
- name: Lint
3529
# github adds inline annotation for compact or stylish format
3630
# which is different than our default for local usage

0 commit comments

Comments
 (0)