Skip to content

change CI name

change CI name #6

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name : Install Python dependencies
run: pip install -r requirements.txt
- name: make
run: make
- name: make test
run: make test