Skip to content

Merge pull request #15 from aswin-aach/main #75

Merge pull request #15 from aswin-aach/main

Merge pull request #15 from aswin-aach/main #75

Workflow file for this run

name: CI
on:
push:
branches: [main]
jobs:
build:
strategy:
matrix:
os: ["ubuntu-latest"]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout ${{ github.event.repository.name }}
uses: actions/checkout@v2
- name: Build ${{ github.event.repository.name }}
run: make init
- name: make self
run: |
make self
make self
make self
time make self
update_bootstrap:
uses: ./.github/workflows/update_bootstrap.yml