Skip to content

chore(deps): update dependency @swc/core to v1.5.7 #1663

chore(deps): update dependency @swc/core to v1.5.7

chore(deps): update dependency @swc/core to v1.5.7 #1663

Workflow file for this run

# From https://til.simonwillison.net/github-actions/prettier-github-actions
name: Check JavaScript for conformance with Prettier
on:
push:
pull_request:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
cache: "npm"
- run: npm ci
- name: Run prettier
run: |-
npm run format:check