From 7f81a85542c33d91e6cc4acd938b501105a27926 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Sun, 17 Nov 2024 07:36:09 +0000 Subject: [PATCH] Use disperse action --- .github/workflows/disperse.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/disperse.yml diff --git a/.github/workflows/disperse.yml b/.github/workflows/disperse.yml new file mode 100644 index 0000000..40031f4 --- /dev/null +++ b/.github/workflows/disperse.yml @@ -0,0 +1,14 @@ +--- +name: Disperse configuration + +"on": + - push + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + - uses: jelmer/action-disperse-validate@v2