Skip to content

Bump @babel/traverse from 7.21.3 to 7.23.2 #78

Bump @babel/traverse from 7.21.3 to 7.23.2

Bump @babel/traverse from 7.21.3 to 7.23.2 #78

Workflow file for this run

# Copyright 2022 Chainguard, Inc.
# SPDX-License-Identifier: Apache-2.0
name: Format
on:
pull_request:
branches: ["main"]
jobs:
prettier:
name: Prettier
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check prettify code
uses: creyD/prettier_action@v4.3
with:
dry: true
prettier_options: --check .