Skip to content

chore(license): standardize to MIT OR AGPL-3.0-or-later #31

chore(license): standardize to MIT OR AGPL-3.0-or-later

chore(license): standardize to MIT OR AGPL-3.0-or-later #31

Workflow file for this run

# SPDX-License-Identifier: AGPL-3.0-or-later
name: Ada (GNAT)
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions: read-all
jobs:
build:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Set up GNAT toolchain
run: >
sudo apt-get update &&
sudo apt-get install gnat gprbuild
- name: Build
run: gprbuild -j0 -p