Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Setup

Setup #1

Workflow file for this run

name: AA TP P6
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@main
- name: build application
run: make run