Skip to content

[admin] workflow to build milk #14

[admin] workflow to build milk

[admin] workflow to build milk #14

Workflow file for this run

name: nox
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
on:
push:
branches: [dev, main]
pull_request:
branches: [dev, main]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up Python
id: setup-python
uses: actions/setup-python@v5
with:
python-version: '3.14'
cache: 'pip'
- name: Build and cache milk
uses: ./.github/actions/setup-milk
with:
python-version: '3.14'
- name: Install nox
run: |
pip install -U pip
pip install nox
- name: nox
run: nox