Skip to content

chore(CI): remove not-grep #1342

chore(CI): remove not-grep

chore(CI): remove not-grep #1342

# This workflow performs static analysis checks.
name: static analysis
on: ["pull_request", "push"]
permissions:
contents: read
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
- name: install
run: npm install --global prettier@3.5.3
- name: prettify
run: ./ci/prettify.sh check