Skip to content

feat: adds rest api endpoints #24

feat: adds rest api endpoints

feat: adds rest api endpoints #24

Workflow file for this run

name: "Semantic Pull Request"
on:
pull_request:
types: ["opened", "edited", "reopened", "synchronize"]
jobs:
main:
name: Validate PR and Commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v4
with:
configFile: .github/commitlint.config.js
- name: Install Dependencies
run: npm install @commitlint/[email protected]
- uses: JulienKode/[email protected]
with:
configuration-path: ./.github/commitlint.config.js