Skip to content

Adding process to register satellites to server #29

Adding process to register satellites to server

Adding process to register satellites to server #29

Workflow file for this run

name: Ruff check for python code
on:
push:
branches:
- main
paths:
- 'api-server/**'
pull_request:
branches:
- main
paths:
- 'api-server/**'
workflow_dispatch:
permissions:
contents: read
id-token: write
pages: write
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Ruff Check
uses: astral-sh/ruff-action@v3
with:
src: './api-server'