Skip to content

ExactCalculator: Add missing newlines to all files #8

ExactCalculator: Add missing newlines to all files

ExactCalculator: Add missing newlines to all files #8

Workflow file for this run

name: build
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Build
uses: ./.github/workflows/build