Skip to content

Update example quine. #168

Update example quine.

Update example quine. #168

Workflow file for this run

name: Build and Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make
run: make
- name: make install
run: make install
- name: make test
run: make test