Skip to content

rename isOnlyOneTrue function to isExactOneTrue for clarity #798

rename isOnlyOneTrue function to isExactOneTrue for clarity

rename isOnlyOneTrue function to isExactOneTrue for clarity #798

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Say Hello to the World
run: echo "Hello, World!"