Skip to content

chore(deps): update actions/checkout action to v6 #646

chore(deps): update actions/checkout action to v6

chore(deps): update actions/checkout action to v6 #646

Workflow file for this run

name: Formatting
on:
pull_request:
paths:
- '.github/workflows/**'
- '**.js'
- '**.json'
- '**.md'
- '**.yaml'
- '**.yml'
- '**.ts'
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- run: yarn install
- run: yarn run prettier-check