Skip to content

Update lint error final backup figures to have IQR, slope plot #40

Update lint error final backup figures to have IQR, slope plot

Update lint error final backup figures to have IQR, slope plot #40

Workflow file for this run

name: autofix.ci
on:
push:
permissions: {}
jobs:
prettier:
runs-on: ubuntu-latest
defaults:
run:
working-directory: src/snapshots-app
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: 'npm'
cache-dependency-path: src/snapshots-app/package-lock.json
- run: |
npm install
npx prettier client/ --write
- uses: autofix-ci/action@v1
with:
commit-message: "Apply Prettier format"