Skip to content

basic checkout code cicd #1

basic checkout code cicd

basic checkout code cicd #1

Workflow file for this run

name: CI/CD JanSamvaad

Check failure on line 1 in .github/workflows/ci_cd.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci_cd.yml

Invalid workflow file

(Line: 6, Col: 17): A sequence was not expected, (Line: 12, Col: 7): A mapping was not expected
on:
push:
branches: [ main ]
pull_request: [ main ]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
-name: Checkout code
uses: actions/checkout@v4