Skip to content

fix: set variables for oldValue and newValue #73

fix: set variables for oldValue and newValue

fix: set variables for oldValue and newValue #73

Workflow file for this run

name: check-format
on: [push, pull_request]
jobs:
format-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Prettier
run: npx prettier --check "**/*.ts" "**/*.css" "**/*.html" "*.js" "**/*.js"