Skip to content

Test the github action. #1

Test the github action.

Test the github action. #1

name: CI
on:
push:
branches: [main]
jobs:
lint-and-unit:
runs-on: ubuntu-latest
container: mcr.microsoft.com/devcontainers/python:1-3.12-bookworm
steps:
- name: "Install dependencies"
run: ./install-dependencies.sh