From f01680410b8f8d1b1f3cb6dec75e7e4e77aeac62 Mon Sep 17 00:00:00 2001 From: "Artem V. Ageev" Date: Thu, 7 Aug 2025 20:53:23 +0300 Subject: [PATCH] add Github-Actions --- .github/dependabot.yml | 7 +++++++ .github/workflows/ada.yml | 29 +++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 .github/dependabot.yml create mode 100644 .github/workflows/ada.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..64284b9 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +--- +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" diff --git a/.github/workflows/ada.yml b/.github/workflows/ada.yml new file mode 100644 index 0000000..533a954 --- /dev/null +++ b/.github/workflows/ada.yml @@ -0,0 +1,29 @@ +name: Ada (GNAT) + +on: + schedule: + - cron: '0 0 1 * *' + push: + branches: + - "**" + pull_request: + branches: + - main + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - name: Checkout + uses: actions/checkout@v4 + with: + submodules: true + + - name: Set up alire + uses: alire-project/setup-alire@v1 + + - name: Build crate + run: | + alr --non-interactive build