From d2bb884eee01682f6186ea8233736800eaeff809 Mon Sep 17 00:00:00 2001 From: jj Date: Sun, 27 Jul 2025 20:15:02 +0000 Subject: [PATCH] ci: run cirrus tasks --- .github/workflows/cirrus.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/cirrus.yml diff --git a/.github/workflows/cirrus.yml b/.github/workflows/cirrus.yml new file mode 100644 index 00000000..4156de43 --- /dev/null +++ b/.github/workflows/cirrus.yml @@ -0,0 +1,13 @@ +name: cirrus + +on: [push, pull_request] + +permissions: + contents: read + +jobs: + cirrus: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: cirruslabs/cirrus-action@ac5191d18a9bff05ff1a38f280f2b6d768e32153