1
0
Fork 0
mirror of synced 2025-09-23 04:08:33 +00:00
ZoKrates/.github/workflows/js-format-check.yml

12 lines
306 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:
dry: True
file_pattern: ./**/*.{js,ts,json}