Skip to content

feat: decadal G-SIFI AGI/ASI roadmap (2026-2035) & security hardening #255

feat: decadal G-SIFI AGI/ASI roadmap (2026-2035) & security hardening

feat: decadal G-SIFI AGI/ASI roadmap (2026-2035) & security hardening #255

Workflow file for this run

name: Makefile CI

Check failure on line 1 in .github/workflows/makefile.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/makefile.yml

Invalid workflow file

(Line: 17, Col: 7): There's not enough info to determine what you meant. Add one of these properties: cancel, run, shell, uses, wait, wait-all, with, working-directory
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: configure
- name: Install dependencies
run: make
- name: Run check
run: make check
- name: Run distcheck
run: make distcheck