Skip to content

Update weekly-standup-template.md #5

Update weekly-standup-template.md

Update weekly-standup-template.md #5

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches: [main]
job:
prettier:
name: Prettier
steps:
- name: Checkout-repository
uses: actions/checkout@v4
- name: Run prettier
- uses: pre-commit/[email protected]
with:
extra_args: prettier