Skip to content

Extend key_item to handle attribute arrays #10

Extend key_item to handle attribute arrays

Extend key_item to handle attribute arrays #10

Workflow file for this run

---
name: Build
on:
pull_request:
branches:
- master
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out the codebase.
uses: actions/checkout@v4
- name: Set up Python 3
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Update ubuntu repositories
run: sudo apt-get update
- name: Install make
run: sudo apt-get install -y make
- name: Build collection
run: make build