Skip to content

Merge pull request #14 from default-writer:update-gitub-actions #31

Merge pull request #14 from default-writer:update-gitub-actions

Merge pull request #14 from default-writer:update-gitub-actions #31

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: init
run: ./bin/init.sh --init --setup --optional
- name: coverage
run: ./bin/coverage.sh --all