Skip to content

build(deps): bump actions/checkout from 1 to 4 (#14) #41

build(deps): bump actions/checkout from 1 to 4 (#14)

build(deps): bump actions/checkout from 1 to 4 (#14) #41

Workflow file for this run

name: CI (repo level)
on:
push:
branches:
- main
- "release-*"
pull_request:
branches:
- main
- "release-*"
workflow_dispatch:
workflow_call:
jobs:
build:
name: Prettier
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci .
- run: npm run check