Skip to content

Check for code coverage when running tests #7

Check for code coverage when running tests

Check for code coverage when running tests #7

name: Prettier linting
on:
pull_request:
push:
branches:
- master
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: creyD/[email protected]
with:
# Fail if differences are found
prettier_options: --list-different **/*.{js,ts}