Skip to content

Sort buildpacks by ID in release notes #1006

Sort buildpacks by ID in release notes

Sort buildpacks by ID in release notes #1006

name: Test Pull Request
on:
pull_request:
branches:
- main
- v*
jobs:
unit:
name: Unit Tests
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Run Unit Tests
run: ./scripts/unit.sh
upload:
name: Upload Workflow Event Payload
runs-on: ubuntu-24.04
steps:
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: event-payload
path: ${{ github.event_path }}