Doc/remove doc and update readme #15
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Backend Api Pull-request | |
on: | |
pull_request: | |
branches: | |
- main | |
paths: | |
- "backend/**" | |
types: | |
- opened | |
- edited | |
- synchronize | |
jobs: | |
echo: | |
name: Backend pr job | |
runs-on: ubuntu-latest | |
steps: | |
- name: Write your own steps here | |
run: echo "----- Need Implementation ----" | |
shell: bash |