Skip to content

Merge pull request #3 from yanthomasdev/sitemap-open-graph #4

Merge pull request #3 from yanthomasdev/sitemap-open-graph

Merge pull request #3 from yanthomasdev/sitemap-open-graph #4

Workflow file for this run

name: Formatting Check
on:
push:
branches:
- main
pull_request:
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Check out code using Git
uses: actions/checkout@v4
- name: Check formatting with dprint
uses: dprint/check@v2.3