Skip to content

Backend/feat/nammayatr-custom-osrm-backend #6

Backend/feat/nammayatr-custom-osrm-backend

Backend/feat/nammayatr-custom-osrm-backend #6

Workflow file for this run

name: "CI"
on:
# Run only when pushing to main branch, and making PRs
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [x86_64-linux]
steps:
- uses: actions/checkout@v4
- name: Build all flake outputs
run: om ci