Skip to content

Move readme subtitle to be on top of the badges #16

Move readme subtitle to be on top of the badges

Move readme subtitle to be on top of the badges #16

name: CI - Prettier check
on:
pull_request:
branches: [master]
jobs:
prettier_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- uses: ./.github/actions/ci-common-setup
- name: Prettier check
run: npx prettier --check "./src/**/*.{ts,js}"