Skip to content

Merge pull request #98 from DDMAL/validate-cell #40

Merge pull request #98 from DDMAL/validate-cell

Merge pull request #98 from DDMAL/validate-cell #40

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"