Merge branch 'main' into main

This commit is contained in:
Michael Ellison 2025-05-15 16:41:10 +10:00 committed by GitHub
commit b631d818a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 9359 additions and 2662 deletions

View file

@ -10,11 +10,7 @@ on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
workflow_dispatch:
jobs:

View file

@ -40,6 +40,9 @@ jobs:
- name: Format
run: npm run format-check
- name: Run Unit Tests
run: npm test
- name: Create artifacts
run: |
mkdir -p path/to/artifact-A