8000 Bump prettier from 3.0.3 to 3.4.1 · rdash99/github-script@7c5a372 · GitHub
[go: up one dir, main page]

Skip to content

Bump prettier from 3.0.3 to 3.4.1 #43

Bump prettier from 3.0.3 to 3.4.1

Bump prettier from 3.0.3 to 3.4.1 #43

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/install-dependencies
- run: npm run style:check
- run: npm test
0