1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00
ZoKrates/.github/workflows/js-format-check.yml
2022-08-29 13:00:28 +02:00

11 lines
298 B
YAML

name: Check JS/JSON/TS format
on: [pull_request]
jobs:
js-format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check format with prettier
uses: creyD/prettier_action@v4.2
with:
prettier_options: --check ./**/*.{js,ts,json}