ci: add formatter
CI / Test (action.json) (pull_request) Successful in 12s
CI / Test (bun-npm.json) (pull_request) Successful in 10s
CI / Test (common.json) (pull_request) Successful in 12s
CI / Test (helm.json) (pull_request) Successful in 11s
CI / Test (k8s.json) (pull_request) Successful in 11s
CI / Format (pull_request) Failing after 8s
CI / Test (docker-compose.json) (pull_request) Successful in 1m0s
CI / Test (action.json) (pull_request) Successful in 12s
CI / Test (bun-npm.json) (pull_request) Successful in 10s
CI / Test (common.json) (pull_request) Successful in 12s
CI / Test (helm.json) (pull_request) Successful in 11s
CI / Test (k8s.json) (pull_request) Successful in 11s
CI / Format (pull_request) Failing after 8s
CI / Test (docker-compose.json) (pull_request) Successful in 1m0s
This commit is contained in:
@@ -22,3 +22,15 @@ jobs:
|
||||
uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@6bf2c1355ac4430a6fb77befd36fb95243fcaa3a # 0.1.12
|
||||
with:
|
||||
json-file: "./${{ matrix.json-file }}"
|
||||
|
||||
format:
|
||||
name: Format
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
||||
- uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
|
||||
with:
|
||||
bun-version-file: ".bun-version"
|
||||
- run: bun install --frozen-lockfile
|
||||
- name: Check formatting
|
||||
run: bun run fmt:check
|
||||
|
||||
Reference in New Issue
Block a user