Skip to content

chore: run path-dependent GitHub workflows when the workflow file cha… #34

chore: run path-dependent GitHub workflows when the workflow file cha…

chore: run path-dependent GitHub workflows when the workflow file cha… #34

name: Format Frontend
on: push
jobs:
format_frontend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: "npm"
- run: npm ci
- run: npm run format:frontend