Skip to content

Add map grid to display #55

Add map grid to display

Add map grid to display #55

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/prettier_action@v4.3
with:
dry: true
only_changed: ${{github.event_name == 'pull_request'}}