Skip to content

Upgrade @babel/plugin-transform-runtime to 7.25.9 #19

Upgrade @babel/plugin-transform-runtime to 7.25.9

Upgrade @babel/plugin-transform-runtime to 7.25.9 #19

name: Run Formatting Check
on:
pull_request:
branches: main
jobs:
formatting_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
- run: npm ci
- run: npm run prettier-check