Skip to content

chore(deps): bump @babel/traverse from 7.20.5 to 7.23.2 #66

chore(deps): bump @babel/traverse from 7.20.5 to 7.23.2

chore(deps): bump @babel/traverse from 7.20.5 to 7.23.2 #66

Workflow file for this run

name: Run Prettier
on:
push:
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run Prettier
run: npm install -g prettier && npx prettier --check .