Skip to content

fix: total ordering in a bunch of places #516

fix: total ordering in a bunch of places

fix: total ordering in a bunch of places #516

Workflow file for this run

name: Tests
on:
workflow_call:
push:
branches-ignore:
- main
- master
- dev
pull_request:
branches:
- main
- master
- dev
permissions:
contents: read
jobs:
fmt:
name: Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: earthly/actions-setup@v1
with:
version: v0.8.4
- name: Fmt
run: earthly +fmt
test:
needs: fmt
name: Testing
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: earthly/actions-setup@v1
with:
version: v0.8.4
- name: Test
run: earthly +test