Skip to content

Merge pull request #15 from ujh/ranking-script #44

Merge pull request #15 from ujh/ranking-script

Merge pull request #15 from ujh/ranking-script #44

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: build
run: make
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: test
run: make test