Skip to content

Release v1.1.1

Release v1.1.1 #62

Workflow file for this run

name: Format
on:
pull_request:
push:
branches:
- master
jobs:
check-format:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Check format with Prettier
uses: creyD/[email protected]
with:
dry: true
only_changed: ${{github.event_name == 'pull_request'}}