Skip to content

feat(topic): add caption and change point D and F on topic3 Centroid and Incenter & Excenter #549

feat(topic): add caption and change point D and F on topic3 Centroid and Incenter & Excenter

feat(topic): add caption and change point D and F on topic3 Centroid and Incenter & Excenter #549

Workflow file for this run

name: ESLint
on:
push:
branches: [main]
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
types: ["opened", "edited", "reopened", "synchronize"]
jobs:
eslint:
name: Run eslint scanning
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install ESLint
run: npm install
- name: Run ESLint
run: npm run lint
- name: Build the Project
run: npm run build