Skip to content

Ci pr actions

Ci pr actions #6

Workflow file for this run

name: PR Workflow
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: pdm-project/setup-pdm@v3
with:
python-version: '3.x'
cache: true
- name: Install dependencies
run: pdm install
- name: Lint
run: pdm run lint
- name: Build and Install NebulaGraph-Lite
run: pip3 install .
- name: Dry run `nebulagraph start`
run: nebulagraph --debug start --cleanup