Skip to content

ci: add zizmor for github action security #365

ci: add zizmor for github action security

ci: add zizmor for github action security #365

Workflow file for this run

name: Format (prettier)
on:
pull_request:
types: [opened, synchronize]
push:
branches:
- main
- 'renovate/**'
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Format (prettier)
run: npx prettier . --check