Skip to content

workflows trial

workflows trial #6

Workflow file for this run

name: Build (C)
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build-sequential:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make clean
run: make clean
- name: make sequential
run: make sequential