Skip to content

add workflow to check formatting #3

add workflow to check formatting

add workflow to check formatting #3

Workflow file for this run

name: format check
on:
pull_request:
branches:
- main
jobs:
style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dprint/check@v2.2