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 12:56:53 +02:00

12 lines
308 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}"