Skip to content
Snippets Groups Projects
Commit c37de35c authored by Vincent Stehle's avatar Vincent Stehle
Browse files

Add github workflow definition


Add a file to run `make check' on github.

Signed-off-by: Vincent Stehle's avatarVincent Stehlé <vincent.stehle@arm.com>
parent 62a7a949
No related branches found
No related tags found
1 merge request!2Mucho changes
---
name: CI
# yamllint disable-line rule:truthy
on: [push]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install dependencies and check
run: |
sudo apt install flake8
make check
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment