Skip to content

Add SCM metadata files (STATE, META, ECOSYSTEM) #81

Add SCM metadata files (STATE, META, ECOSYSTEM)

Add SCM metadata files (STATE, META, ECOSYSTEM) #81

Workflow file for this run

# SPDX-License-Identifier: PMPL-1.0
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Set up GNAT toolchain
run: >
sudo apt-get update &&
sudo apt-get install gnat gprbuild
- name: Build
run: gprbuild -j0 -p