Skip to content

[EDF ALGORITHIM] Updated ISR handlers so more than 2 tasks can run co… #8

[EDF ALGORITHIM] Updated ISR handlers so more than 2 tasks can run co…

[EDF ALGORITHIM] Updated ISR handlers so more than 2 tasks can run co… #8

Workflow file for this run

name: CI
on:
# Will run on all PR's and pushes to main
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout code and submodules
uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Running build generation
run: |
make setup
make all
- name: Running formatting check
run: bash scripts/check_format.sh
- name: Running static analysis
run: make lint