mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
ci: Change workflow to check formatting
This commit is contained in:
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
@@ -1,6 +1,6 @@
|
||||
# Adapted from https://github.com/withastro/starlight/blob/main/.github/workflows/format.yml
|
||||
|
||||
name: Format on PR
|
||||
name: Check formatting
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
@@ -23,4 +23,4 @@ jobs:
|
||||
- run: pnpm i
|
||||
|
||||
- name: Format with Prettier
|
||||
run: pnpm format
|
||||
run: pnpm format:check
|
||||
|
||||
Reference in New Issue
Block a user