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