Skip to content

Merge pull request #103 from RevoSucks/libleo_boot2 #128

Merge pull request #103 from RevoSucks/libleo_boot2

Merge pull request #103 from RevoSucks/libleo_boot2 #128

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "master" ]
pull_request:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: |
echo "Passed"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true