Skip to content

Fix negation.

Fix negation. #11

Workflow file for this run

name: F* CI
on:
push:
pull_request:
workflow_dispatch:
defaults:
run:
shell: bash
jobs:
build:
name: build
uses: ./.github/workflows/build.yml
tests:
name: tests
needs: build
uses: ./.github/workflows/tests.yml