Skip to content

Build(deps-dev): Bump typescript from 5.1.6 to 5.3.2 (#56) #117

Build(deps-dev): Bump typescript from 5.1.6 to 5.3.2 (#56)

Build(deps-dev): Bump typescript from 5.1.6 to 5.3.2 (#56) #117

Workflow file for this run

name: Prettier
on:
push:
branches: ['main']
pull_request:
branches: ['main']
workflow_dispatch:
jobs:
prettier:
name: Run prettier check
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
steps:
- uses: actions/checkout@v2 # Check out the repository first.
- uses: actionsx/prettier@v2
with:
# prettier CLI arguments.
args: --check .