Skip to content

ci: add github workflows to check code quality #1

ci: add github workflows to check code quality

ci: add github workflows to check code quality #1

Workflow file for this run

name: build (aarch64)
on: [push, pull_request]
jobs:
build:
name: build (aarch64)
runs-on: ubuntu-latest
strategy:
matrix:
target:
- aarch64-unknown-linux-gnu
steps:
- uses: actions/checkout@v2
- name: Build
run: make