Skip to content

Merge pull request #5 from yanthomasdev/analytics #11

Merge pull request #5 from yanthomasdev/analytics

Merge pull request #5 from yanthomasdev/analytics #11

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