Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ on:
branches-ignore: gh-pages

jobs:
# The tree is checked before anything is built: the four rules read
# `git ls-files` and nothing else, so a finding arrives in seconds rather than
# after a libmeos build. The rules live in MEOS-API beside the catalog and the
# provisioning recipe, so this repository carries no copy of them to go stale.
hygiene:
name: Tree hygiene
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Refuse tracked build output, skipped suites and stale pins
uses: MobilityDB/MEOS-API/.github/actions/check-tree-hygiene@master

build:
runs-on: ubuntu-latest

Expand Down
Loading